Searched refs:y_ac_levels (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/enc/ |
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() 791 nz |= VP8EncQuantize2Blocks(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; 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() 1009 is_flat = IsFlat(rd_cur->y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16); in PickBestIntra16() 1115 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, in PickBestIntra4() 1116 sizeof(rd_best.y_ac_levels[it->i4_])); in PickBestIntra4() 1140 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4() [all …]
|
D | cost_enc.c | 250 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in VP8GetCostLuma16()
|
D | frame_enc.c | 335 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in CodeResiduals() 385 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordResiduals() 433 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordTokens()
|
D | vp8i_enc.h | 215 int16_t y_ac_levels[16][16]; member
|