Home
last modified time | relevance | path

Searched refs:q_ac2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drv34.c260 int q_dc, int q_ac1, int q_ac2) in decode_subblock3()
267 decode_coeff(dst+1*4+1, (flags >> 0) & 3, 2, gb, vlc, q_ac2); in decode_subblock3()
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
292 decode_subblock3(dst, code, gb, &rvlc->coefficient, q_dc, q_ac1, q_ac2); in rv34_decode_block()
302 decode_subblock(dst + 4*0+2, code, 0, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block()
306 decode_subblock(dst + 4*2+0, code, 1, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block()
310 decode_subblock(dst + 4*2+2, code, 0, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block()
259 decode_subblock3(int16_t *dst, int code, GetBitContext *gb, VLC *vlc, int q_dc, int q_ac1, int q_ac2) decode_subblock3() argument

Completed in 3 milliseconds