Searched refs:need_to_clamp (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.h66 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 42 milliseconds