Searched refs:dquv_ac (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c69 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0; local
102 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)];
104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
/external/webp/src/dec/
H A Dquant.c69 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0; local
102 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)];
104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation

Completed in 54 milliseconds