Searched refs:lower_mv_precision (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 236 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()
|
D | mcomp.c | 3037 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()
|
D | rdopt.c | 8100 lower_mv_precision(&out_mv->as_mv, cm->allow_high_precision_mv, in clamp_and_check_mv()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision() function
|
D | vp9_mvref_common.c | 146 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 361 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()
|
D | mvref_common.h | 95 static INLINE void lower_mv_precision(MV *mv, int allow_hp, int is_integer) { in lower_mv_precision() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1315 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/ |
D | vp9_decodemv.c | 453 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in dec_find_best_ref_mvs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 2799 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()
|