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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 25 int vp9_use_mv_hp(const MV *ref);
vp9_findnearmv.c 15 const int use_hp = allow_hp && vp9_use_mv_hp(mv);
vp9_entropymv.c 140 int vp9_use_mv_hp(const MV *ref) { function
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 286 usehp = usehp && vp9_use_mv_hp(ref);
vp9_mcomp.c 394 if (xd->allow_high_precision_mv && vp9_use_mv_hp(&ref_mv->as_mv) &&
495 if (xd->allow_high_precision_mv && vp9_use_mv_hp(&ref_mv->as_mv) &&
607 if (xd->allow_high_precision_mv && vp9_use_mv_hp(&ref_mv->as_mv) &&
719 if (xd->allow_high_precision_mv && vp9_use_mv_hp(&ref_mv->as_mv) &&
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 239 const int use_hp = allow_hp && vp9_use_mv_hp(ref);

Completed in 1514 milliseconds