Searched refs:ICV_DEF_CVT_SCALE_CASE (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxconvert.cpp | 1106 #define ICV_DEF_CVT_SCALE_CASE( srctype, worktype, \ macro 1170 ICV_DEF_CVT_SCALE_CASE( uchar, int, ICV_SCALE, \ 1175 ICV_DEF_CVT_SCALE_CASE( uchar, int, cvRound, \ 1197 ICV_DEF_CVT_SCALE_CASE( schar, int, ICV_SCALE, \ 1202 ICV_DEF_CVT_SCALE_CASE( schar, int, cvRound, \ 1211 ICV_DEF_CVT_SCALE_CASE( ushort, int, ICV_SCALE, \ 1216 ICV_DEF_CVT_SCALE_CASE( ushort, int, cvRound, \ 1227 ICV_DEF_CVT_SCALE_CASE( short, int, ICV_SCALE, \ 1232 ICV_DEF_CVT_SCALE_CASE( short, int, cvRound, \ 1237 ICV_DEF_CVT_SCALE_CASE( int, int, cvRound, \ [all …]
|