Searched refs:VC1_4MV_BLOCK_PATTERN_VLC_BITS (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc1data.h | 73 #define VC1_4MV_BLOCK_PATTERN_VLC_BITS 6 macro
|
H A D | vc1_block.c | 1631 v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_p_mb_intfr() 1800 v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_p_mb_intfi() 2126 v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_b_mb_intfi() 2334 v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); in vc1_decode_b_mb_intfr()
|
H A D | vc1data.c | 122 #define VC1_4MV_BLOCK_PATTERN_VLC_BITS 6 macro
|
H A D | vc1.c | 1621 init_vlc(&ff_vc1_4mv_block_pattern_vlc[i], VC1_4MV_BLOCK_PATTERN_VLC_BITS, 16, in vc1_init_static()
|
Completed in 10 milliseconds