Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds