Searched refs:out_mv (Results 1 – 2 of 2) sorted by relevance
145 MV out_mv; in get_full_mv() local146 out_mv.row = mv->row >> 3; in get_full_mv()147 out_mv.col = mv->col >> 3; in get_full_mv()148 return out_mv; in get_full_mv()
1030 static INLINE int clamp_and_check_mv(int_mv *out_mv, int_mv in_mv, in clamp_and_check_mv() argument1034 *out_mv = in_mv; in clamp_and_check_mv()1035 lower_mv_precision(&out_mv->as_mv, cm->features.allow_high_precision_mv, in clamp_and_check_mv()1037 clamp_mv2(&out_mv->as_mv, xd); in clamp_and_check_mv()1039 get_fullmv_from_mv(&out_mv->as_mv)); in clamp_and_check_mv()