Home
last modified time | relevance | path

Searched refs:cbpy_vlc (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmsmpeg4.c988 static VLC cbpy_vlc; variable
1095 init_vlc(&cbpy_vlc, CBPY_VLC_BITS, 16, in ff_msmpeg4_decode_init()
1474 cbpy= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in msmpeg4v12_decode_mb()
1494 cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors in msmpeg4v12_decode_mb()
1497 cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors in msmpeg4v12_decode_mb()
H A Dh263.c2892 static VLC cbpy_vlc; variable
2916 init_vlc(&cbpy_vlc, CBPY_VLC_BITS, 16, in h263_decode_init_vlc()
3573 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
3585 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
3615 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b()
3815 get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in preview_obmc()
3924 cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in ff_h263_decode_mb()
4030 cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in ff_h263_decode_mb()
4118 cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); in ff_h263_decode_mb()
4203 cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1) ^ 0x0F; in ff_mpeg4_decode_mb()
[all …]