Lines Matching refs:mv_mode2
732 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)];
742 v->s.quarter_sample = (v->mv_mode2 != MV_PMODE_1MV_HPEL &&
743 v->mv_mode2 != MV_PMODE_1MV_HPEL_BILIN);
744 v->s.mspel = (v->mv_mode2 != MV_PMODE_1MV_HPEL_BILIN);
752 v->mv_mode2 == MV_PMODE_MIXED_MV) ||
1103 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];
1139 v->s.quarter_sample = (v->mv_mode2 != MV_PMODE_1MV_HPEL &&
1140 v->mv_mode2 != MV_PMODE_1MV_HPEL_BILIN);
1141 v->s.mspel = (v->mv_mode2 != MV_PMODE_1MV_HPEL_BILIN);
1150 v->mv_mode2 == MV_PMODE_MIXED_MV)
1185 v->mv_mode2 == MV_PMODE_MIXED_MV) || v->mv_mode == MV_PMODE_MIXED_MV) {