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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 213 // clamp_mv_ref
216 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { function
vp9_mvref_common.c 130 clamp_mv_ref(&mv_ref_list[i].as_mv, xd);
  /external/libaom/libaom/av1/common/
mvref_common.h 34 // clamp_mv_ref
52 static INLINE void clamp_mv_ref(MV *mv, int bw, int bh, const MACROBLOCKD *xd) { function
mvref_common.c 765 clamp_mv_ref(&ref_mv_stack[ref_frame][idx].this_mv.as_mv,
767 clamp_mv_ref(&ref_mv_stack[ref_frame][idx].comp_mv.as_mv,
795 clamp_mv_ref(&ref_mv_stack[ref_frame][idx].this_mv.as_mv,
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 613 for (i = 0; i < refmv_count; ++i) clamp_mv_ref(&mv_ref_list[i].as_mv, xd);
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 137 clamp_mv_ref(&base_mv->as_mv, xd);
149 clamp_mv_ref(&mv_ref_list[i].as_mv, xd);
    [all...]

Completed in 258 milliseconds