Searched defs:srctype (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxconvert.cpp905 #define ICV_DEF_CVT_SCALE_ABS_CASE( srctype, worktype, \
909 const srctype* _src = (const srctype*)src; \
956 int srctype = param; local
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
[all...]

Completed in 57 milliseconds