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()
450 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()506 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more()590 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned()776 if (!(allow_hp && use_mv_hp(ref_mv))) in vp9_find_best_sub_pixel_tree()2985 lower_mv_precision(bestmv, allow_hp && use_mv_hp(ref_mv)); in vp9_return_max_sub_pixel_mv()3007 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()