Home
last modified time | relevance | path

Searched refs:use_mv_hp (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h30 static INLINE int use_mv_hp(const MV *ref) { in use_mv_hp() function
Dvp9_mvref_common.h295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c215 usehp = usehp && use_mv_hp(ref); in vp9_encode_mv()
Dvp9_mcomp.c473 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv()