Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dquant_dec.c109 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation in VP8ParseQuant()
H A Dvp8i_dec.h140 int uv_quant_; // U/V quantizer value member
H A 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()

Completed in 3 milliseconds