Searched refs:best_int_mv (Results 1 – 1 of 1) sorted by relevance
1991 int_mv *best_int_mv = &xd->mi[0]->mv[0]; in av1_int_pro_motion_estimation() local2016 best_int_mv->as_fullmv = kZeroFullMv; in av1_int_pro_motion_estimation()2041 best_int_mv->as_fullmv.col = in av1_int_pro_motion_estimation()2043 best_int_mv->as_fullmv.row = in av1_int_pro_motion_estimation()2046 FULLPEL_MV this_mv = best_int_mv->as_fullmv; in av1_int_pro_motion_estimation()2067 best_int_mv->as_fullmv.row = search_pos[idx].row + this_mv.row; in av1_int_pro_motion_estimation()2068 best_int_mv->as_fullmv.col = search_pos[idx].col + this_mv.col; in av1_int_pro_motion_estimation()2087 best_int_mv->as_fullmv = this_mv; in av1_int_pro_motion_estimation()2091 convert_fullmv_to_mv(best_int_mv); in av1_int_pro_motion_estimation()2095 clamp_mv(&best_int_mv->as_mv, &subpel_mv_limits); in av1_int_pro_motion_estimation()