Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c116 printf("%4d ", rd->uv_levels[j][i]); in PrintBlockInfo()
931 TrellisQuantizeBlock(enc, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()
940 nz |= VP8EncQuantize2Blocks(tmp[n], rd->uv_levels[n], &dqm->uv_) << n; in ReconstructUV()
1164 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) { in PickBestUV()
1172 memcpy(rd->uv_levels, rd_uv.uv_levels, sizeof(rd->uv_levels)); in PickBestUV()
A Dcost_enc.c271 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in VP8GetCostUV()
A Dframe_enc.c344 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in CodeResiduals()
393 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordResiduals()
442 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordTokens()
A Dvp8i_enc.h216 int16_t uv_levels[4 + 4][16]; member

Completed in 12 milliseconds