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

  /external/libvpx/libvpx/vp8/common/
findnearmv.h 33 #define RIGHT_BOTTOM_MARGIN (16 << 3)
37 } else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN) {
38 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) {
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 21 #define RIGHT_BOTTOM_MARGIN \
289 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
291 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 391 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
393 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;

Completed in 98 milliseconds