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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 33 static void clamp_mv(MV *mv, int min_col, int max_col, function
vp9_findnearmv.h 33 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
vp9_mvref_common.c 114 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
vp9_reconinter.c 109 clamp_mv(&clamped_mv, (xd->mb_to_left_edge << (1 - ss_x)) - spel_left,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 830 clamp_mv(&ref_mv->as_mv,
    [all...]
vp9_rdopt.c     [all...]

Completed in 56 milliseconds