Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dquant_dec.c109 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation in VP8ParseQuant()
Dvp8i_dec.h140 int uv_quant_; // U/V quantizer value member
Dframe_dec.c340 if (dqm->uv_quant_ < DITHER_AMP_TAB_SIZE) { in VP8InitDithering()
341 const int idx = (dqm->uv_quant_ < 0) ? 0 : dqm->uv_quant_; in VP8InitDithering()