Searched refs:ICV_DEF_CMP_ALL (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 508 #define ICV_DEF_CMP_ALL( flavor, arrtype, worktype, _toggle_macro_ ) \ macro 515 ICV_DEF_CMP_ALL( 8u, uchar, int, CV_NOP ) 516 ICV_DEF_CMP_ALL( 16u, ushort, int, CV_NOP ) 517 ICV_DEF_CMP_ALL( 16s, short, int, CV_NOP ) 518 ICV_DEF_CMP_ALL( 32s, int, int, CV_NOP ) 519 ICV_DEF_CMP_ALL( 32f, float, double, CV_NOP ) 520 ICV_DEF_CMP_ALL( 64f, double, double, CV_NOP )
|