Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c604 TrellisQuantizeBlock(it, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16()
612 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], 1, &dqm->y1_) << n; in ReconstructIntra16()
732 memcpy(rd->y_ac_levels, rd16.y_ac_levels, sizeof(rd16.y_ac_levels)); in PickBestIntra16()
802 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, sizeof(tmp_levels)); in PickBestIntra4()
823 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4()
883 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize()
Dframe.c310 SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in VP8GetCostLuma16()
441 SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in CodeResiduals()
491 SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordResiduals()
664 SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordTokens()
Dvp8enci.h243 int16_t y_ac_levels[16][16]; member