Home
last modified time | relevance | path

Searched refs:VC1_ICBPCY_VLC_BITS (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1data.h71 #define VC1_ICBPCY_VLC_BITS 9 macro
Dvc1data.c120 #define VC1_ICBPCY_VLC_BITS 9 macro
Dvc1.c1681 init_vlc(&ff_vc1_icbpcy_vlc[i], VC1_ICBPCY_VLC_BITS, 63, in vc1_init_static()
Dvc1_block.c1764 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_p_mb_intfi()
2047 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_b_mb_intfi()