Home
last modified time | relevance | path

Searched refs:fourmvbp (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvc1.h342 uint8_t fourmvbp; member
H A Dvc1_block.c1631 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