Home
last modified time | relevance | path

Searched refs:ff_h263_mv_vlc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263.h48 extern VLC ff_h263_mv_vlc;
Dituh263dec.c101 VLC ff_h263_mv_vlc; variable
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()
Dmsmpeg4dec.c75 code = get_vlc2(&s->gb, ff_h263_mv_vlc.table, H263_MV_VLC_BITS, 2); in msmpeg4v2_decode_motion()