Searched refs:best_int_mv (Results 1 – 1 of 1) sorted by relevance
1650 int_mv *best_int_mv = &xd->mi[0]->mv[0]; in av1_int_pro_motion_estimation() local1674 best_int_mv->as_fullmv = kZeroFullMv; in av1_int_pro_motion_estimation()1711 best_int_mv->as_fullmv.col = in av1_int_pro_motion_estimation()1713 best_int_mv->as_fullmv.row = in av1_int_pro_motion_estimation()1716 FULLPEL_MV this_mv = best_int_mv->as_fullmv; in av1_int_pro_motion_estimation()1735 best_int_mv->as_fullmv.row = search_pos[idx].row + this_mv.row; in av1_int_pro_motion_estimation()1736 best_int_mv->as_fullmv.col = search_pos[idx].col + this_mv.col; in av1_int_pro_motion_estimation()1754 best_int_mv->as_fullmv = this_mv; in av1_int_pro_motion_estimation()1758 convert_fullmv_to_mv(best_int_mv); in av1_int_pro_motion_estimation()1762 clamp_mv(&best_int_mv->as_mv, &subpel_mv_limits); in av1_int_pro_motion_estimation()