HomeSort by relevance Sort by last modified time
    Searched refs:use_mv_hp (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 30 static INLINE int use_mv_hp(const MV *ref) { function
vp9_mvref_common.h 295 const int use_hp = allow_hp && use_mv_hp(mv);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 215 usehp = usehp && use_mv_hp(ref);
vp9_mcomp.c 473 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
527 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
609 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
677 if (!(allow_hp && use_mv_hp(ref_mv)))
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 272 const int use_hp = allow_hp && use_mv_hp(ref);

Completed in 575 milliseconds