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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 214 #define MV_BORDER (16 << 3) // Allow 16 pels in 1/8th pel units
217 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
218 xd->mb_to_right_edge + MV_BORDER, xd->mb_to_top_edge - MV_BORDER,
219 xd->mb_to_bottom_edge + MV_BORDER);
  /external/libaom/libaom/av1/common/
mvref_common.h 35 #define MV_BORDER (16 << 3) // Allow 16 pels in 1/8th pel units
53 clamp_mv(mv, xd->mb_to_left_edge - bw * 8 - MV_BORDER,
54 xd->mb_to_right_edge + bw * 8 + MV_BORDER,
55 xd->mb_to_top_edge - bh * 8 - MV_BORDER,
56 xd->mb_to_bottom_edge + bh * 8 + MV_BORDER);

Completed in 87 milliseconds