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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.h 21 #define RIGHT_BOTTOM_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -\
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 21 #define RIGHT_BOTTOM_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -\
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.h 21 #define RIGHT_BOTTOM_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -\
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.h 36 #define RIGHT_BOTTOM_MARGIN (16 << 3)
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 36 #define RIGHT_BOTTOM_MARGIN (16 << 3)
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.h 36 #define RIGHT_BOTTOM_MARGIN (16 << 3)
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;

Completed in 129 milliseconds