Home
last modified time | relevance | path

Searched refs:uv_levels (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dquant.c117 printf("%4d ", rd->uv_levels[j][i]); in PrintBlockInfo()
833 TrellisQuantizeBlock(enc, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()
842 nz |= VP8EncQuantize2Blocks(tmp[n], rd->uv_levels[n], &dqm->uv_) << n; in ReconstructUV()
1079 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) { in PickBestUV()
1087 memcpy(rd->uv_levels, rd_uv.uv_levels, sizeof(rd->uv_levels)); in PickBestUV()
Dframe.c333 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in CodeResiduals()
382 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordResiduals()
435 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordTokens()
Dcost.c271 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in VP8GetCostUV()
Dvp8enci.h212 int16_t uv_levels[4 + 4][16]; member
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c737 TrellisQuantizeBlock(it, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()
746 nz |= VP8EncQuantizeBlock(tmp[n], rd->uv_levels[n], 0, &dqm->uv_) << n; in ReconstructUV()
925 memcpy(rd->uv_levels, rd_uv.uv_levels, sizeof(rd->uv_levels)); in PickBestUV()
Dframe.c384 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in VP8GetCostUV()
506 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in CodeResiduals()
555 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordResiduals()
608 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordTokens()
Dvp8enci.h263 int16_t uv_levels[4 + 4][16]; member