Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8.h207 int16_t chroma_qmul[2]; member
Dvp8.c356 s->qmat[0].chroma_qmul[0] = FFMIN(vp7_ydc_qlookup[uvdc_qi], 132); in vp7_get_quants()
357 s->qmat[0].chroma_qmul[1] = vp7_yac_qlookup[uvac_qi]; in vp7_get_quants()
385 … s->qmat[i].chroma_qmul[0] = vp8_dc_qlookup[av_clip_uintp2(base_qi + s->quant.uvdc_delta, 7)]; in vp8_get_quants()
386 … s->qmat[i].chroma_qmul[1] = vp8_ac_qlookup[av_clip_uintp2(base_qi + s->quant.uvac_delta, 7)]; in vp8_get_quants()
389 s->qmat[i].chroma_qmul[0] = FFMIN(s->qmat[i].chroma_qmul[0], 132); in vp8_get_quants()
1530 s->qmat[segment].chroma_qmul, in decode_mb_coeffs()