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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.h 66 unsigned int need_to_clamp; local
67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge);
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge);
69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
70 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge);
71 return need_to_clamp;
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 66 unsigned int need_to_clamp; local
67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge);
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge);
69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
70 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge);
71 return need_to_clamp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.h 66 unsigned int need_to_clamp; local
67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge);
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge);
69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
70 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge);
71 return need_to_clamp;

Completed in 1743 milliseconds