Searched refs:ff_h263_mv_vlc (Results 1 – 3 of 3) sorted by relevance
48 extern VLC ff_h263_mv_vlc;
101 VLC ff_h263_mv_vlc; variable122 INIT_VLC_STATIC(&ff_h263_mv_vlc, H263_MV_VLC_BITS, 33, in ff_h263_decode_init_vlc()272 code = get_vlc2(&s->gb, ff_h263_mv_vlc.table, H263_MV_VLC_BITS, 2); in ff_h263_decode_motion()
75 code = get_vlc2(&s->gb, ff_h263_mv_vlc.table, H263_MV_VLC_BITS, 2); in msmpeg4v2_decode_motion()