Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1data.h75 #define VC1_2MV_BLOCK_PATTERN_VLC_BITS 3 macro
H A Dvc1data.c124 #define VC1_2MV_BLOCK_PATTERN_VLC_BITS 3 macro
H A Dvc1_block.c1627 v->twomvbp = get_vlc2(gb, v->twomvbp_vlc->table, VC1_2MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_p_mb_intfr()
2336 v->twomvbp = get_vlc2(gb, v->twomvbp_vlc->table, VC1_2MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_b_mb_intfr()
H A Dvc1.c1672 init_vlc(&ff_vc1_2mv_block_pattern_vlc[i], VC1_2MV_BLOCK_PATTERN_VLC_BITS, 4, in vc1_init_static()

Completed in 9 milliseconds