Home
last modified time | relevance | path

Searched refs:vp9_use_mv_hp (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h30 int vp9_use_mv_hp(const MV *ref);
Dvp9_entropymv.c130 int vp9_use_mv_hp(const MV *ref) { in vp9_use_mv_hp() function
Dvp9_mvref_common.c160 const int use_hp = allow_hp && vp9_use_mv_hp(mv); in lower_mv_precision()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c209 usehp = usehp && vp9_use_mv_hp(ref); in vp9_encode_mv()
Dvp9_mcomp.c448 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()
516 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more()
611 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned()
683 if (!(allow_hp && vp9_use_mv_hp(ref_mv))) in vp9_find_best_sub_pixel_tree()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c292 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv()