Searched refs:y_ac_levels (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | quant_enc.c | 108 printf("%4d ", rd->y_ac_levels[j][i]); in PrintBlockInfo() 779 TrellisQuantizeBlock(enc, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16() 782 rd->y_ac_levels[n][0] = 0; in ReconstructIntra16() 792 assert(rd->y_ac_levels[n + 0][0] == 0); in ReconstructIntra16() 793 assert(rd->y_ac_levels[n + 1][0] == 0); in ReconstructIntra16() 1007 IsFlat(rd_cur->y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) { in PickBestIntra16() 1109 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, in PickBestIntra4() 1110 sizeof(rd_best.y_ac_levels[it->i4_])); in PickBestIntra4() 1134 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4() 1207 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize() [all …]
|
A D | cost_enc.c | 250 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in VP8GetCostLuma16()
|
A D | frame_enc.c | 332 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in CodeResiduals() 382 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordResiduals() 430 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordTokens()
|
A D | vp8i_enc.h | 215 int16_t y_ac_levels[16][16]; member
|
Completed in 10 milliseconds