HomeSort by relevance Sort by last modified time
    Searched refs:uv_quant_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
quant.c 104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
vp8i.h 178 int uv_quant_; // U/V quantizer value member in struct:__anon17872
frame.c 168 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/
quant.c 104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
vp8i.h 178 int uv_quant_; // U/V quantizer value member in struct:__anon37920
frame.c 168 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 759 milliseconds