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

/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
H A Dvp8i.h178 int uv_quant_; // U/V quantizer value member in struct:__anon12247
H A Dframe.c168 if (dqm->uv_quant_ < DITHER_AMP_TAB_SIZE) {
169 // TODO(skal): should we specially dither more for uv_quant_ < 0?
170 const int idx = (dqm->uv_quant_ < 0) ? 0 : dqm->uv_quant_;
/external/webp/src/dec/
H A Dquant.c104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
H A Dvp8i.h178 int uv_quant_; // U/V quantizer value member in struct:__anon32459
H A Dframe.c168 if (dqm->uv_quant_ < DITHER_AMP_TAB_SIZE) {
169 // TODO(skal): should we specially dither more for uv_quant_ < 0?
170 const int idx = (dqm->uv_quant_ < 0) ? 0 : dqm->uv_quant_;

Completed in 147 milliseconds