Searched refs:use_mv_hp (Results 1 – 5 of 5) sorted by relevance
30 static INLINE int use_mv_hp(const MV *ref) { in use_mv_hp() function
295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision()
215 usehp = usehp && use_mv_hp(ref); in vp9_encode_mv()
473 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()527 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more()609 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned()677 if (!(allow_hp && use_mv_hp(ref_mv))) in vp9_find_best_sub_pixel_tree()2485 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()
272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv()