Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodemv.c236 lower_mv_precision(&nearest_mv->as_mv, allow_hp, is_integer); in av1_find_best_ref_mvs_from_stack()
238 lower_mv_precision(&near_mv->as_mv, allow_hp, is_integer); in av1_find_best_ref_mvs_from_stack()
Dmcomp.c3037 lower_mv_precision(bestmv, allow_hp, 0); in av1_return_max_sub_pixel_mv()
3066 lower_mv_precision(bestmv, allow_hp, 0); in av1_return_min_sub_pixel_mv()
Drdopt.c8100 lower_mv_precision(&out_mv->as_mv, cm->allow_high_precision_mv, in clamp_and_check_mv()
/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/libaom/libaom/av1/common/
Dmvref_common.c361 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv()
404 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv()
406 lower_mv_precision(&comp_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv()
860 lower_mv_precision(&mvlist[i].as_mv, allow_hp, is_integer); in av1_find_best_ref_mvs()
Dmvref_common.h95 static INLINE void lower_mv_precision(MV *mv, int allow_hp, int is_integer) { in lower_mv_precision() function
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1315 lower_mv_precision(&nearestmv[0].as_mv, allow_hp, in read_inter_block_mode_info()
1317 lower_mv_precision(&nearestmv[1].as_mv, allow_hp, in read_inter_block_mode_info()
1319 lower_mv_precision(&nearmv[0].as_mv, allow_hp, in read_inter_block_mode_info()
1321 lower_mv_precision(&nearmv[1].as_mv, allow_hp, in read_inter_block_mode_info()
/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.c2799 lower_mv_precision(bestmv, allow_hp && use_mv_hp(ref_mv)); in vp9_return_max_sub_pixel_mv()
2821 lower_mv_precision(bestmv, allow_hp && use_mv_hp(ref_mv)); in vp9_return_min_sub_pixel_mv()