Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h27 int vp9_use_mv_hp(const MV *ref);
Dvp9_entropymv.c133 int vp9_use_mv_hp(const MV *ref) { in vp9_use_mv_hp() function
Dvp9_mvref_common.c296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); in lower_mv_precision()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c208 usehp = usehp && vp9_use_mv_hp(ref); in vp9_encode_mv()
Dvp9_mcomp.c329 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree()
436 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_comp_tree()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv()