Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dquant.c104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation in VP8ParseQuant()
Dvp8i.h141 int uv_quant_; // U/V quantizer value member
Dframe.c337 if (dqm->uv_quant_ < DITHER_AMP_TAB_SIZE) { in VP8InitDithering()
339 const int idx = (dqm->uv_quant_ < 0) ? 0 : dqm->uv_quant_; in VP8InitDithering()