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

/external/opencv/cv/src/
H A Dcvimgwarp.cpp57 #define ICV_WARP_CLIP_Y(y) ((unsigned)(y) < (unsigned)ssize.height ? \ macro
1002 int y0 = ICV_WARP_CLIP_Y( iys ); \
1004 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \
1277 int y0 = ICV_WARP_CLIP_Y( iys ); \
1279 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \

Completed in 75 milliseconds