Home
last modified time | relevance | path

Searched refs:out_mv (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h141 MV out_mv; in get_full_mv() local
142 out_mv.row = mv->row >> 3; in get_full_mv()
143 out_mv.col = mv->col >> 3; in get_full_mv()
144 return out_mv; in get_full_mv()
/external/libaom/libaom/av1/encoder/
Drdopt.c8095 static INLINE int clamp_and_check_mv(int_mv *out_mv, int_mv in_mv, in clamp_and_check_mv() argument
8099 *out_mv = in_mv; in clamp_and_check_mv()
8100 lower_mv_precision(&out_mv->as_mv, cm->allow_high_precision_mv, in clamp_and_check_mv()
8102 clamp_mv2(&out_mv->as_mv, xd); in clamp_and_check_mv()
8103 return !mv_check_bounds(&x->mv_limits, &out_mv->as_mv); in clamp_and_check_mv()