Home | History | Annotate | Download | only in src

Lines Matching refs:srctype

905 #define ICV_DEF_CVT_SCALE_ABS_CASE( srctype, worktype,                  \
909 const srctype* _src = (const srctype*)src; \
956 int srctype = param;
957 int srcdepth = CV_MAT_DEPTH(srctype);
959 size.width *= CV_MAT_CN(srctype);
1106 #define ICV_DEF_CVT_SCALE_CASE( srctype, worktype, \
1110 const srctype* _src = (const srctype*)src; \
1145 int i, srctype = param; \
1149 switch( CV_MAT_DEPTH(srctype) ) \
1263 int i, srctype = param; \
1267 switch( CV_MAT_DEPTH(srctype) ) \
1345 #define ICV_DEF_CVT_CASE_2D( srctype, worktype, \
1348 const srctype* _src = (const srctype*)src; \
1391 int srctype = param; \
1394 switch( CV_MAT_DEPTH(srctype) ) \