Searched refs:H263_MV_VLC_BITS (Results 1 – 3 of 3) sorted by relevance
37 #define H263_MV_VLC_BITS 9 macro
122 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()