HomeSort by relevance Sort by last modified time
    Searched refs:clamp_mv (Results 1 - 9 of 9) 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/libaom/libaom/av1/common/
mv.h 291 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, function
mvref_common.h 53 clamp_mv(mv, xd->mb_to_left_edge - bw * 8 - MV_BORDER,
reconinter.h 241 clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
  /external/libaom/libaom/av1/encoder/
mcomp.c     [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c     [all...]

Completed in 1596 milliseconds