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

  /external/libvpx/libvpx/vp8/common/
findnearmv.h 32 #define LEFT_TOP_MARGIN (16 << 3)
35 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN)) {
36 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
41 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) {
42 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 20 #define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3)
288 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
290 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 390 mb_to_top_edge -= LEFT_TOP_MARGIN;
395 mb_to_left_edge -= LEFT_TOP_MARGIN;
  /external/libaom/libaom/av1/encoder/
rdopt.c     [all...]

Completed in 515 milliseconds