Searched refs:sctype (Results 1 - 2 of 2) sorted by path

/external/opencv/cxcore/src/
H A Dcxarithm.cpp535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
589 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type);
590 if( CV_MAT_DEPTH(sctype) < CV_32S )
591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 ));
616 sctype = type = CV_MAT_TYPE(src->type);
620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 ));
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
1061 sctype
[all...]
H A Dcxcmp.cpp353 int sctype, type, coi = 0; local
387 sctype = type = CV_MAT_TYPE(src1->type);
388 if( CV_MAT_DEPTH(sctype) < CV_32S )
389 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
413 cvScalarToRawData( &lower, buf, sctype, 0 );
414 cvScalarToRawData( &upper, (char*)buf + CV_ELEM_SIZE(sctype), sctype, 0 );
1499 int type, sctype; local
1524 sctype = type = CV_MAT_TYPE( src->type );
1526 sctype
[all...]

Completed in 278 milliseconds