Searched refs:CV_IMAX (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/src/ |
D | cvpgh.cpp | 296 d1 = CV_IMAX( d1, d2 ); in icvCalcPGH() 297 dist = CV_IMAX( dist, d1 ); in icvCalcPGH()
|
D | cvhough.cpp | 387 i = CV_IMAX( i, -1 ); in IMPLEMENT_LIST()
|
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 944 ICV_DEF_MINMAX_ALL( 16u, ushort, int, CV_NOP, CV_IMIN, CV_IMAX ) 945 ICV_DEF_MINMAX_ALL( 16s, short, int, CV_NOP, CV_IMIN, CV_IMAX ) 946 ICV_DEF_MINMAX_ALL( 32s, int, int, CV_NOP, CV_IMIN, CV_IMAX ) 947 ICV_DEF_MINMAX_ALL( 32f, int, int, CV_TOGGLE_FLT, CV_IMIN, CV_IMAX )
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 199 #define CV_IMAX(a, b) ((a) ^ (((a)^(b)) & (((a) > (b)) - 1))) macro
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 186 #define CV_IMAX(a, b) ((a) ^ (((a)^(b)) & (((a) > (b)) - 1))) macro
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 367 i = CV_IMAX( i, -1 ); in HoughLinesSDiv()
|