Searched refs:ff_vc1_mv_pmode_table2 (Results 1 – 3 of 3) sorted by relevance
44 extern const uint8_t ff_vc1_mv_pmode_table2[2][4];
47 const uint8_t ff_vc1_mv_pmode_table2[2][4] = { variable
732 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)]; in ff_vc1_parse_frame_header()1103 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2]; in ff_vc1_parse_frame_header_adv()1235 v->mv_mode = ff_vc1_mv_pmode_table2[lowquant][mvmode]; in ff_vc1_parse_frame_header_adv()