Home
last modified time | relevance | path

Searched refs:uv_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dquant_enc.c256 m->uv_.q_[0] = kDcTable[clip(q + enc->dq_uv_dc_, 0, 117)]; in SetupMatrices()
257 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)]; in SetupMatrices()
261 q_uv = ExpandMatrix(&m->uv_, 2); in SetupMatrices()
922 if (it->top_derr_ != NULL) CorrectDCValues(it, &dqm->uv_, tmp, rd); in ReconstructUV()
932 &dqm->uv_, dqm->lambda_trellis_uv_); in ReconstructUV()
940 nz |= VP8EncQuantize2Blocks(tmp[n], rd->uv_levels[n], &dqm->uv_) << n; in ReconstructUV()
Dvp8i_enc.h190 VP8Matrix y1_, y2_, uv_; // quantization matrices member