Home
last modified time | relevance | path

Searched refs:ICV_WARP_CLIP_X (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvimgwarp.cpp55 #define ICV_WARP_CLIP_X(x) ((unsigned)(x) < (unsigned)ssize.width ? \ macro
1001 int x0 = ICV_WARP_CLIP_X( ixs ); \
1003 int x1 = ICV_WARP_CLIP_X( ixs + 1 ); \
1276 int x0 = ICV_WARP_CLIP_X( ixs ); \
1278 int x1 = ICV_WARP_CLIP_X( ixs + 1 ); \