Searched refs:CV_MAX_8U (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | _cxcore.h | 87 #define CV_MAX_8U(a,b) ((a) + CV_FAST_CAST_8U((b) - (a))) macro
|
D | cxsumpixels.cpp | 835 ICV_ACC_ROWS_FUNC( Max, 8u, uchar, uchar, CV_MAX_8U, CV_NOP ) 862 ICV_ACC_COLS_FUNC_C1( Max, 8u, uchar, int, uchar, CV_MAX_8U )
|
D | cxcmp.cpp | 943 ICV_DEF_MINMAX_ALL( 8u, uchar, int, CV_NOP, CV_MIN_8U, CV_MAX_8U )
|