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.h145 MV out_mv; in get_full_mv() local
146 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()
/external/libaom/libaom/av1/encoder/
Drdopt.c1030 static INLINE int clamp_and_check_mv(int_mv *out_mv, int_mv in_mv, in clamp_and_check_mv() argument
1034 *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()