Home
last modified time | relevance | path

Searched refs:GET_RL_VLC (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsmpeg4dec.c716 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 0); in ff_msmpeg4_decode_block()
775 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1); in ff_msmpeg4_decode_block()
783 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1); in ff_msmpeg4_decode_block()
Dmpeg12.c268 GET_RL_VLC(level, run, re, gb, rl->rl_vlc[0], in ff_mpeg1_decode_block_intra()
Dmdec.c86 GET_RL_VLC(level, run, re, &a->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in mdec_decode_block_intra()
Deamad.c150 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in decode_block_intra()
Dmpeg12dec.c168 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], in mpeg1_decode_block_inter()
257 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], in mpeg1_fast_decode_block_inter()
351 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], in mpeg2_decode_block_non_intra()
430 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in mpeg2_fast_decode_block_non_intra()
514 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], in mpeg2_decode_block_intra()
597 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], in mpeg2_fast_decode_block_intra()
Dh261dec.c310 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TCOEFF_VLC_BITS, 2, 0); in h261_decode_block()
Dget_bits.h738 #define GET_RL_VLC(level, run, name, gb, table, bits, \ macro
Dspeedhq.c242 GET_RL_VLC(level, run, re, gb, ff_rl_speedhq.rl_vlc[0], in decode_dct_block()
Dcfhd.c821 GET_RL_VLC(level, run, re, &s->gb, s->table_9_rl_vlc, in cfhd_decode()
852 GET_RL_VLC(level, run, re, &s->gb, s->table_18_rl_vlc, in cfhd_decode()
Dmpeg4videodec.c1126 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 0); in mpeg4_decode_block()
1253 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1); in mpeg4_decode_block()
1261 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1); in mpeg4_decode_block()
Dituh263dec.c509 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in h263_decode_block()