Lines Matching refs:q_dc
260 int q_dc, int q_ac1, int q_ac2)
264 decode_coeff(dst+0*4+0, (flags >> 6) , 3, gb, vlc, q_dc);
281 static int rv34_decode_block(int16_t *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2)
292 decode_subblock3(dst, code, gb, &rvlc->coefficient, q_dc, q_ac1, q_ac2);
294 decode_subblock1(dst, code, gb, &rvlc->coefficient, q_dc);
1012 int fc, int sc, int q_dc, int q_ac)
1017 fc, sc, q_dc, q_ac, q_ac);
1031 int q_dc = rv34_qscale_tab[ r->luma_dc_quant_i[s->qscale] ],
1039 has_ac = rv34_decode_block(block16, gb, r->cur_vlcs, 3, 0, q_dc, q_dc, q_ac);
1072 q_dc = rv34_qscale_tab[rv34_chroma_quant[1][s->qscale]];
1084 r->chroma_vlc, 1, q_dc, q_ac);
1095 int idx, q_ac, q_dc;
1128 q_dc = rv34_qscale_tab[rv34_chroma_quant[1][s->qscale]];
1145 r->chroma_vlc, 1, q_dc, q_ac);
1203 int q_dc, q_ac, has_ac;
1242 q_dc = rv34_qscale_tab[ r->luma_dc_quant_p[s->qscale] ];
1244 if (rv34_decode_block(block16, gb, r->cur_vlcs, 3, 0, q_dc, q_dc, q_ac))
1285 q_dc = rv34_qscale_tab[rv34_chroma_quant[1][s->qscale]];
1296 r->chroma_vlc, 1, q_dc, q_ac);