Home
last modified time | relevance | path

Searched refs:lower_mv_precision (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision() function
Dvp9_mvref_common.c146 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c453 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in dec_find_best_ref_mvs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2485 lower_mv_precision(bestmv, allow_hp && use_mv_hp(ref_mv)); in vp9_return_max_sub_pixel_mv()
2507 lower_mv_precision(bestmv, allow_hp && use_mv_hp(ref_mv)); in vp9_return_min_sub_pixel_mv()