Home
last modified time | relevance | path

Searched refs:ac_quant (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dclearvideo.c79 int luma_dc_quant, chroma_dc_quant, ac_quant; member
89 int ac_quant) in decode_block() argument
117 val = ac_quant * (2 * aval + 1); in decode_block()
118 if (!(ac_quant & 1)) in decode_block()
186 if (decode_block(c, c->block, has_ac[i], c->ac_quant) < 0) in decode_mb()
206 if (decode_block(c, c->block, has_ac[i + 3], c->ac_quant) < 0) in decode_mb()
536 c->ac_quant = bytestream2_get_byte(&gb); in clv_decode_frame()