Home
last modified time | relevance | path

Searched defs:sdepth (Results 1 – 25 of 32) sorted by relevance

12

/external/opencv3/modules/imgproc/perf/
Dperf_integral.cpp22 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
44 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
69 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp340 static bool ocl_integral( InputArray _src, OutputArray _sum, int sdepth ) in ocl_integral()
380 static bool ocl_integral( InputArray _src, OutputArray _sum, OutputArray _sqsum, int sdepth, int sq… in ocl_integral()
428 …putArray _src, OutputArray _sum, OutputArray _sqsum, OutputArray _tilted, int sdepth, int sqdepth ) in integral()
536 void cv::integral( InputArray src, OutputArray sum, int sdepth ) in integral()
541 void cv::integral( InputArray src, OutputArray sum, OutputArray sqsum, int sdepth, int sqdepth ) in integral()
Dderiv.cpp204 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in IPPDerivScharr() local
558 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Sobel() local
616 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Scharr() local
673 int sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), esz = CV_ELEM_SIZE(stype); in ocl_Laplacian5() local
805 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Laplacian() local
Daccum.cpp769 inline int getAccTabIdx(int sdepth, int ddepth) in getAccTabIdx()
798 …int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), ddepth = _dst.depth(… in ocl_accumulate() local
848 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulate() local
933 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateSquare() local
1017 int stype = _src1.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateProduct() local
1105 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateWeighted() local
Dsmooth.cpp1036 …int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type… in ocl_boxFilter() local
1214 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(sumType); in getRowSumFilter() local
1250 int sdepth = CV_MAT_DEPTH(sumType), ddepth = CV_MAT_DEPTH(dstType); in getColumnSumFilter() local
1290 int sdepth = CV_MAT_DEPTH(srcType); in createBoxFilter() local
1314 int stype = src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in boxFilter() local
1462 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(sumType); in getSqrRowSumFilter() local
1494 int srcType = _src.type(), sdepth = CV_MAT_DEPTH(srcType), cn = CV_MAT_CN(srcType); in sqrBoxFilter() local
Dfilter.cpp3628 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(bufType); in getLinearRowFilter() local
3683 int sdepth = CV_MAT_DEPTH(bufType), ddepth = CV_MAT_DEPTH(dstType); in getLinearColumnFilter() local
3784 int sdepth = CV_MAT_DEPTH(_srcType), ddepth = CV_MAT_DEPTH(_dstType); in createSeparableLinearFilter() local
4009 int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); in ocl_filter2D() local
4193 int type = src.type(), cn = CV_MAT_CN(type), sdepth = CV_MAT_DEPTH(type); in ocl_sepRowFilter2D() local
4312 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), in ocl_sepFilter2D_SinglePass() local
4370 int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); in ocl_sepFilter2D() local
4453 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(dstType); in getLinearFilter() local
4589 int stype = src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), in filter2D() local
/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_scalar.cu163 const int sdepth = src.depth(); in mulScalar() local
Dadd_scalar.cu166 const int sdepth = src.depth(); in addScalar() local
Dsub_scalar.cu189 const int sdepth = src.depth(); in subScalar() local
Dadd_mat.cu185 const int sdepth = src1.depth(); in addMat() local
Dmul_mat.cu176 const int sdepth = src1.depth(); in mulMat() local
Dsub_mat.cu185 const int sdepth = src1.depth(); in subMat() local
Ddiv_scalar.cu231 const int sdepth = src.depth(); in divScalar() local
Ddiv_mat.cu190 const int sdepth = src1.depth(); in divMat() local
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu477 const int sdepth = depth(); in convertTo() local
518 const int sdepth = depth(); in convertTo() local
/external/opencv3/modules/imgproc/test/ocl/
Dtest_accumulate.cpp57 int sdepth, ddepth, channels; in PARAM_TEST_CASE() local
Dtest_imgproc.cpp287 int sdepth, sqdepth; member
/external/opencv3/modules/cudaimgproc/src/
Dcorners.cpp88 const int sdepth = CV_MAT_DEPTH(srcType_); in CornerBase() local
Dmatch_template.cpp596 const int sdepth = CV_MAT_DEPTH(srcType); in createTemplateMatching() local
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp211 const int sdepth = CV_MAT_DEPTH(srcType); in LinearFilter() local
365 const int sdepth = CV_MAT_DEPTH(srcType); in SeparableLinearFilter() local
/external/opencv/cxcore/src/
Dcxsumpixels.cpp888 int sdepth, ddepth, cn, op0 = op; in cvReduce() local
/external/opencv3/modules/core/src/
Dumatrix.cpp720 int sdepth = CV_MAT_DEPTH(stype), ddepth = CV_MAT_DEPTH(_type); in convertTo() local
Dconvert.cpp1430 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in insertChannel() local
5384 BinaryFunc getConvertFunc(int sdepth, int ddepth) in getConvertFunc()
5431 static BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc()
5577 int sdepth = depth(), ddepth = CV_MAT_DEPTH(_type); in convertTo() local
5994 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), in ocl_normalize() local
Dmatrix.cpp3384 sdepth = CV_MAT_DEPTH(stype), ddepth = dstmat.depth(); in reduceSumC_8u16u16s32f_64f() local
3530 int sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), in ocl_reduce() local
3633 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in reduce() local
/external/opencv3/modules/cudaarithm/src/
Delement_operations.cpp131 const int sdepth = src1.empty() ? src2.depth() : src1.depth(); in arithm_op() local

12