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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 45 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, function
vp9_mvref_common.h 217 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
288 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
vp9_reconinter.c 104 clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c     [all...]

Completed in 91 milliseconds