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

  /external/libvpx/libvpx/vp9/common/
vp9_findnearmv.h 20 #define LEFT_TOP_MARGIN ((VP9BORDERINPIXELS - VP9_INTERP_EXTEND) << 3)
31 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
33 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 31 #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;
40 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
41 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 462 mb_to_top_edge -= LEFT_TOP_MARGIN;
467 mb_to_left_edge -= LEFT_TOP_MARGIN;

Completed in 22 milliseconds