Searched refs:ff_mb_btype_vlc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.h40 extern VLC ff_mb_btype_vlc;
H A Dmpeg12.c141 VLC ff_mb_btype_vlc; variable
170 INIT_VLC_STATIC(&ff_mb_btype_vlc, MB_BTYPE_VLC_BITS, 11,
H A Dmpeg12dec.c791 mb_type = get_vlc2(&s->gb, ff_mb_btype_vlc.table, MB_BTYPE_VLC_BITS, 1);

Completed in 72 milliseconds