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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { function
vp9_mvref_common.c 146 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
  /external/libaom/libaom/av1/encoder/
encodemv.c 236 lower_mv_precision(&nearest_mv->as_mv, allow_hp, is_integer);
238 lower_mv_precision(&near_mv->as_mv, allow_hp, is_integer);
mcomp.c     [all...]
rdopt.c     [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 361 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv,
404 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv,
406 lower_mv_precision(&comp_refmv.as_mv, cm->allow_high_precision_mv,
    [all...]
mvref_common.h 95 static INLINE void lower_mv_precision(MV *mv, int allow_hp, int is_integer) { function
  /external/libaom/libaom/av1/decoder/
decodemv.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 453 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c     [all...]

Completed in 474 milliseconds