• Home
  • Raw
  • Download

Lines Matching refs:get_vlc2

204         length = get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 2);  in mpeg4_decode_sprite_trajectory()
211 length = get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 2); in mpeg4_decode_sprite_trajectory()
646 code = get_vlc2(&s->gb, dc_lum.table, DC_VLC_BITS, 1); in mpeg4_decode_dc()
648 code = get_vlc2(&s->gb, dc_chrom.table, DC_VLC_BITS, 1); in mpeg4_decode_dc()
715 cbpc = get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); in mpeg4_decode_partition_a()
787 cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); in mpeg4_decode_partition_a()
901 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
915 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
947 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
1440 cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); in mpeg4_decode_mb()
1459 cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1) ^ 0x0F; in mpeg4_decode_mb()
1590 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
1700 cbpc = get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); in mpeg4_decode_mb()
1718 cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_mb()
1835 dct_dc_size = get_vlc2(&s->gb, studio_luma_dc.table, STUDIO_INTRA_BITS, 2); in mpeg4_decode_studio_block()
1840 dct_dc_size = get_vlc2(&s->gb, studio_luma_dc.table, STUDIO_INTRA_BITS, 2); in mpeg4_decode_studio_block()
1842 dct_dc_size = get_vlc2(&s->gb, studio_chroma_dc.table, STUDIO_INTRA_BITS, 2); in mpeg4_decode_studio_block()
1871 group = get_vlc2(&s->gb, cur_vlc->table, STUDIO_INTRA_BITS, 2); in mpeg4_decode_studio_block()