Home
last modified time | relevance | path

Searched refs:sctype (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxarithm.cpp535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; in cvSubRS() local
589 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type); in cvSubRS()
590 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvSubRS()
591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvSubRS()
598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvSubRS()
616 sctype = type = CV_MAT_TYPE(src->type); in cvSubRS()
620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvSubRS()
712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvSubRS()
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; in cvAddS() local
1061 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type); in cvAddS()
[all …]
Dcxcmp.cpp353 int sctype, type, coi = 0; in cvInRangeS() local
387 sctype = type = CV_MAT_TYPE(src1->type); in cvInRangeS()
388 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvInRangeS()
389 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvInRangeS()
413 cvScalarToRawData( &lower, buf, sctype, 0 ); in cvInRangeS()
414 cvScalarToRawData( &upper, (char*)buf + CV_ELEM_SIZE(sctype), sctype, 0 ); in cvInRangeS()
1499 int type, sctype; in cvAbsDiffS() local
1524 sctype = type = CV_MAT_TYPE( src->type ); in cvAbsDiffS()
1526 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvAbsDiffS()
1541 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvAbsDiffS()
/external/opencv3/modules/core/src/
Dcopy.cpp1099 int sctype = CV_MAKETYPE(depth, scalarcn); in ocl_copyMakeBorder() local
1103 ocl::memopTypeToStr(sctype), rowsPerWI); in ocl_copyMakeBorder()
1137 top, left, ocl::KernelArg::Constant(Mat(1, 1, sctype, value))); in ocl_copyMakeBorder()
Dmatrix.cpp2813 int sctype = CV_MAKE_TYPE(depth, cn == 3 ? 4 : cn); in ocl_setIdentity() local
2829 ocl::memopTypeToStr(sctype), in ocl_setIdentity()
2836 ocl::KernelArg::Constant(Mat(1, 1, sctype, s))); in ocl_setIdentity()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp4547 int sctype = CV_MAKETYPE(depth, scalarcn); in ocl_remap() local
4550 cn, ocl::typeToStr(sctype), depth); in ocl_remap()
4554 Mat scalar(1, 1, sctype, borderValue); in ocl_remap()
5489 int sctype = CV_MAKETYPE(wdepth, scalarcn); in ocl_warpTransform() local
5498 ocl::typeToStr(sctype), cn, rowsPerWI); in ocl_warpTransform()
5507 ocl::typeToStr(sctype), in ocl_warpTransform()
5519 scalarToRawData(borderValue, borderBuf, sctype); in ocl_warpTransform()
5551 ocl::KernelArg(0, 0, 0, 0, borderBuf, CV_ELEM_SIZE(sctype))); in ocl_warpTransform()