Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1data.h56 #define VC1_BFRACTION_VLC_BITS 7 macro
Dvc1data.c105 #define VC1_BFRACTION_VLC_BITS 7 macro
Dvc1.c616 int bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); in read_bfraction()
1589 INIT_VLC_STATIC(&ff_vc1_bfraction_vlc, VC1_BFRACTION_VLC_BITS, 23, in vc1_init_static()
1591 ff_vc1_bfraction_codes, 1, 1, 1 << VC1_BFRACTION_VLC_BITS); in vc1_init_static()