CBPY_VLC_BITS     114 libavcodec/ituh263dec.c         INIT_VLC_STATIC(&ff_h263_cbpy_vlc, CBPY_VLC_BITS, 16,
CBPY_VLC_BITS     347 libavcodec/ituh263dec.c         get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     645 libavcodec/ituh263dec.c         cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     739 libavcodec/ituh263dec.c             cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     822 libavcodec/ituh263dec.c         cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     802 libavcodec/mpeg4videodec.c                 int cbpy    = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     816 libavcodec/mpeg4videodec.c                     int cbpy    = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     848 libavcodec/mpeg4videodec.c                     int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS    1355 libavcodec/mpeg4videodec.c         cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1) ^ 0x0F;
CBPY_VLC_BITS    1609 libavcodec/mpeg4videodec.c         cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     152 libavcodec/msmpeg4dec.c         cbpy= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1);
CBPY_VLC_BITS     173 libavcodec/msmpeg4dec.c             cbp|= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors
CBPY_VLC_BITS     176 libavcodec/msmpeg4dec.c             cbp|= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors