Searched refs:fourmvbp (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc1.h | 342 uint8_t fourmvbp; member
|
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() 1641 mvbp = v->fourmvbp; 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() 1803 if (v->fourmvbp & (8 >> i)) 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() 2130 if (v->fourmvbp & (8 >> i)) { 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() 2358 mvbp = v->fourmvbp; in vc1_decode_b_mb_intfr()
|
Completed in 6 milliseconds