Searched refs:GET_RL_VLC (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | msmpeg4dec.c | 716 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()
|
D | mpeg12.c | 268 GET_RL_VLC(level, run, re, gb, rl->rl_vlc[0], in ff_mpeg1_decode_block_intra()
|
D | mdec.c | 86 GET_RL_VLC(level, run, re, &a->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in mdec_decode_block_intra()
|
D | eamad.c | 150 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in decode_block_intra()
|
D | mpeg12dec.c | 168 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()
|
D | h261dec.c | 310 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TCOEFF_VLC_BITS, 2, 0); in h261_decode_block()
|
D | get_bits.h | 738 #define GET_RL_VLC(level, run, name, gb, table, bits, \ macro
|
D | speedhq.c | 242 GET_RL_VLC(level, run, re, gb, ff_rl_speedhq.rl_vlc[0], in decode_dct_block()
|
D | cfhd.c | 821 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()
|
D | mpeg4videodec.c | 1126 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()
|
D | ituh263dec.c | 509 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0); in h263_decode_block()
|