Home
last modified time | relevance | path

Searched refs:twomvbptab (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvc1.h370 int twomvbptab; member
H A Dvc1.c1081 v->twomvbptab = get_bits(gb, 2); in ff_vc1_parse_frame_header_adv()
1082 v->twomvbp_vlc = &ff_vc1_2mv_block_pattern_vlc[v->twomvbptab]; in ff_vc1_parse_frame_header_adv()
1286 v->twomvbptab = get_bits(gb, 2); in ff_vc1_parse_frame_header_adv()
1287 v->twomvbp_vlc = &ff_vc1_2mv_block_pattern_vlc[v->twomvbptab]; in ff_vc1_parse_frame_header_adv()
H A Dvaapi_vc1.c344 .two_mv_block_pattern_table = v->twomvbptab, in vaapi_vc1_start_frame()

Completed in 5 milliseconds