OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_quant_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
quant_dec.c
104
m->
uv_quant_
= q + dquv_ac; // for dithering strength evaluation
vp8i_dec.h
140
int
uv_quant_
; // U/V quantizer value
member in struct:__anon49421
frame_dec.c
340
if (dqm->
uv_quant_
< DITHER_AMP_TAB_SIZE) {
341
const int idx = (dqm->
uv_quant_
< 0) ? 0 : dqm->
uv_quant_
;
Completed in 211 milliseconds