Home
last modified time | relevance | path

Searched refs:y_ac_levels (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dquant.c85 printf("%4d ", rd->y_ac_levels[j][i]); in PrintBlockInfo()
741 TrellisQuantizeBlock(enc, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16()
744 rd->y_ac_levels[n][0] = 0; in ReconstructIntra16()
753 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; in ReconstructIntra16()
754 assert(rd->y_ac_levels[n][0] == 0); in ReconstructIntra16()
892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) { in PickBestIntra16()
903 memcpy(rd->y_ac_levels, rd16.y_ac_levels, sizeof(rd16.y_ac_levels)); in PickBestIntra16()
985 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, sizeof(tmp_levels)); in PickBestIntra4()
1009 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4()
1072 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize()
Dframe.c325 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in CodeResiduals()
375 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordResiduals()
425 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordTokens()
Dcost.c631 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in VP8GetCostLuma16()
Dvp8enci.h267 int16_t y_ac_levels[16][16]; member