Searched refs:fourmvbp_vlc (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1.h | 340 VLC* fourmvbp_vlc; member
|
D | vc1.c | 1085 v->fourmvbp_vlc = &ff_vc1_4mv_block_pattern_vlc[v->fourmvbptab]; in ff_vc1_parse_frame_header_adv() 1187 v->fourmvbp_vlc = &ff_vc1_4mv_block_pattern_vlc[v->fourmvbptab]; in ff_vc1_parse_frame_header_adv() 1255 v->fourmvbp_vlc = &ff_vc1_4mv_block_pattern_vlc[v->fourmvbptab]; in ff_vc1_parse_frame_header_adv() 1289 v->fourmvbp_vlc = &ff_vc1_4mv_block_pattern_vlc[v->fourmvbptab]; in ff_vc1_parse_frame_header_adv()
|
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()
|