Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c174 m->uv_.q_[0] = kDcTable[clip(q + enc->dq_uv_dc_, 0, 117)]; in SetupMatrices()
175 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)]; in SetupMatrices()
179 quv = ExpandMatrix(&m->uv_, 2); in SetupMatrices()
670 &dqm->uv_, dqm->lambda_trellis_uv_); in ReconstructUV()
678 nz |= VP8EncQuantizeBlock(tmp[n], rd->uv_levels[n], 0, &dqm->uv_) << n; in ReconstructUV()
Dvp8enci.h226 VP8Matrix y1_, y2_, uv_; // quantization matrices member