Home
last modified time | relevance | path

Searched refs:q_ac1 (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()
265 decode_coeff(dst+0*4+1, (flags >> 4) & 3, 2, gb, vlc, q_ac1); in decode_subblock3()
266 decode_coeff(dst+1*4+0, (flags >> 2) & 3, 2, gb, vlc, q_ac1); 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()
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 4 milliseconds