Searched refs:ff_vc1_mv_pmode_table (Results 1 – 3 of 3) sorted by relevance
43 extern const uint8_t ff_vc1_mv_pmode_table[2][5];
43 const uint8_t ff_vc1_mv_pmode_table[2][5] = { variable
730 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)]; in ff_vc1_parse_frame_header()1099 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][mvmode]; in ff_vc1_parse_frame_header_adv()