Searched defs:q_dc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | rv34.c | 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) in rv34_decode_block() argument 1031 int q_dc = rv34_qscale_tab[ r->luma_dc_quant_i[s->qscale] ], in rv34_output_i16x16() local 259 decode_subblock3(int16_t *dst, int code, GetBitContext *gb, VLC *vlc, int q_dc, int q_ac1, int q_ac2) decode_subblock3() argument 1010 rv34_process_block(RV34DecContext *r, uint8_t *pdst, int stride, int fc, int sc, int q_dc, int q_ac) rv34_process_block() argument 1095 int idx, q_ac, q_dc; rv34_output_intra() local 1203 int q_dc, q_ac, has_ac; rv34_decode_inter_macroblock() local [all...] |
Completed in 4 milliseconds