ddepth 1403 modules/calib3d/include/opencv2/calib3d.hpp int ddepth = -1 ); ddepth 605 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf); ddepth 609 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1, const char * name = NULL); ddepth 376 modules/core/include/opencv2/core/opengl.hpp void copyTo(OutputArray arr, int ddepth = CV_32F, bool autoRelease = false) const; ddepth 69 modules/core/perf/opencl/perf_matop.cpp const int type = get<1>(params), ddepth = CV_MAT_DEPTH(type) == CV_8U ? CV_32F : CV_8U, ddepth 70 modules/core/perf/opencl/perf_matop.cpp cn = CV_MAT_CN(type), dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 27 modules/core/perf/perf_reduce.cpp int ddepth = -1; ddepth 29 modules/core/perf/perf_reduce.cpp ddepth = CV_32S; ddepth 32 modules/core/perf/perf_reduce.cpp Mat vec(1, sz.width, ddepth < 0 ? matType : ddepth); ddepth 38 modules/core/perf/perf_reduce.cpp TEST_CYCLE_MULTIRUN(runs) reduce(src, vec, 0, reduceOp, ddepth); ddepth 55 modules/core/perf/perf_reduce.cpp int ddepth = -1; ddepth 57 modules/core/perf/perf_reduce.cpp ddepth = CV_32S; ddepth 60 modules/core/perf/perf_reduce.cpp Mat vec(sz.height, 1, ddepth < 0 ? matType : ddepth); ddepth 65 modules/core/perf/perf_reduce.cpp TEST_CYCLE() reduce(src, vec, 1, reduceOp, ddepth); ddepth 1818 modules/core/src/arithm.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), wdepth = std::max(CV_32S, CV_MAT_DEPTH(wtype)); ddepth 1837 modules/core/src/arithm.cpp ocl::typeToStr(depth2), ocl::typeToStr(CV_MAKETYPE(ddepth, kercn)), ddepth 1838 modules/core/src/arithm.cpp ocl::typeToStr(ddepth), ocl::typeToStr(CV_MAKETYPE(wdepth, kercn)), ddepth 1843 modules/core/src/arithm.cpp ocl::convertTypeStr(wdepth, ddepth, kercn, cvtstr[2]), ddepth 1845 modules/core/src/arithm.cpp oclop == OCL_OP_ABSDIFF && wdepth == CV_32S && ddepth == wdepth ? ddepth 1846 modules/core/src/arithm.cpp ocl::convertTypeStr(CV_8U, ddepth, kercn, cvtstr[3]) : "noconvert"); ddepth 1431 modules/core/src/convert.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); ddepth 1432 modules/core/src/convert.cpp CV_Assert( _src.sameSize(_dst) && sdepth == ddepth ); ddepth 5384 modules/core/src/convert.cpp BinaryFunc getConvertFunc(int sdepth, int ddepth) ddepth 5428 modules/core/src/convert.cpp return cvtTab[CV_MAT_DEPTH(ddepth)][CV_MAT_DEPTH(sdepth)]; ddepth 5431 modules/core/src/convert.cpp static BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) ddepth 5475 modules/core/src/convert.cpp return cvtScaleTab[CV_MAT_DEPTH(ddepth)][CV_MAT_DEPTH(sdepth)]; ddepth 5577 modules/core/src/convert.cpp int sdepth = depth(), ddepth = CV_MAT_DEPTH(_type); ddepth 5578 modules/core/src/convert.cpp if( sdepth == ddepth && noScale ) ddepth 5586 modules/core/src/convert.cpp BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); ddepth 5682 modules/core/src/convert.cpp int lcn = _lut.channels(), dcn = _src.channels(), ddepth = _lut.depth(); ddepth 5685 modules/core/src/convert.cpp _dst.create(src.size(), CV_MAKETYPE(ddepth, dcn)); ddepth 5691 modules/core/src/convert.cpp ocl::typeToStr(src.depth()), ocl::memopTypeToStr(ddepth))); ddepth 5995 modules/core/src/convert.cpp ddepth = CV_MAT_DEPTH(dtype), wdepth = std::max(CV_32F, std::max(sdepth, ddepth)), ddepth 6015 modules/core/src/convert.cpp if ((sdepth == CV_64F || ddepth == CV_64F) && !doubleSupport) ddepth 6023 modules/core/src/convert.cpp rowsPerWI, ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), ddepth 6028 modules/core/src/convert.cpp ocl::typeToStr(sdepth), ocl::typeToStr(ddepth)); ddepth 3384 modules/core/src/matrix.cpp sdepth = CV_MAT_DEPTH(stype), ddepth = dstmat.depth(); ddepth 3392 modules/core/src/matrix.cpp if (ddepth == CV_64F) ddepth 3531 modules/core/src/matrix.cpp ddepth = CV_MAT_DEPTH(dtype), ddepth0 = ddepth; ddepth 3538 modules/core/src/matrix.cpp if (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) ddepth 3543 modules/core/src/matrix.cpp if (sdepth < CV_32S && ddepth < CV_32S) ddepth 3544 modules/core/src/matrix.cpp ddepth = CV_32S; ddepth 3549 modules/core/src/matrix.cpp int wdepth = std::max(ddepth, CV_32F); ddepth 3563 modules/core/src/matrix.cpp buf_cols, tileHeight, ops[op], cn, ddepth, ddepth 3565 modules/core/src/matrix.cpp ocl::typeToStr(ddepth), ddepth 3567 modules/core/src/matrix.cpp ocl::convertTypeStr(ddepth, wdepth, 1, cvt[0]), ddepth 3568 modules/core/src/matrix.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt[1]), ddepth 3596 modules/core/src/matrix.cpp ops[op], dim, cn, ddepth, ocl::typeToStr(useOptimized ? ddepth : sdepth), ddepth 3597 modules/core/src/matrix.cpp ocl::typeToStr(ddepth), ocl::typeToStr(ddepth0), ddepth 3598 modules/core/src/matrix.cpp ocl::convertTypeStr(ddepth, wdepth, 1, cvt[0]), ddepth 3599 modules/core/src/matrix.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt[0]), ddepth 3637 modules/core/src/matrix.cpp int ddepth = CV_MAT_DEPTH(dtype); ddepth 3653 modules/core/src/matrix.cpp if( sdepth < CV_32S && ddepth < CV_32S ) ddepth 3656 modules/core/src/matrix.cpp ddepth = CV_32S; ddepth 3665 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_32S) ddepth 3667 modules/core/src/matrix.cpp else if(sdepth == CV_8U && ddepth == CV_32F) ddepth 3669 modules/core/src/matrix.cpp else if(sdepth == CV_8U && ddepth == CV_64F) ddepth 3671 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_32F) ddepth 3673 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_64F) ddepth 3675 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_32F) ddepth 3677 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_64F) ddepth 3679 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3681 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_64F) ddepth 3683 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 3688 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_8U) ddepth 3690 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) ddepth 3692 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_16S) ddepth 3694 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3696 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 3701 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_8U) ddepth 3703 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) ddepth 3705 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_16S) ddepth 3707 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3709 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 3717 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_32S) ddepth 3719 modules/core/src/matrix.cpp else if(sdepth == CV_8U && ddepth == CV_32F) ddepth 3721 modules/core/src/matrix.cpp else if(sdepth == CV_8U && ddepth == CV_64F) ddepth 3723 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_32F) ddepth 3725 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_64F) ddepth 3727 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_32F) ddepth 3729 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_64F) ddepth 3731 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3733 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_64F) ddepth 3735 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 3740 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_8U) ddepth 3742 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) ddepth 3744 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_16S) ddepth 3746 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3748 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 3753 modules/core/src/matrix.cpp if(sdepth == CV_8U && ddepth == CV_8U) ddepth 3755 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) ddepth 3757 modules/core/src/matrix.cpp else if(sdepth == CV_16S && ddepth == CV_16S) ddepth 3759 modules/core/src/matrix.cpp else if(sdepth == CV_32F && ddepth == CV_32F) ddepth 3761 modules/core/src/matrix.cpp else if(sdepth == CV_64F && ddepth == CV_64F) ddepth 5348 modules/core/src/ocl.cpp const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf) ddepth 5350 modules/core/src/ocl.cpp if( sdepth == ddepth ) ddepth 5352 modules/core/src/ocl.cpp const char *typestr = typeToStr(CV_MAKETYPE(ddepth, cn)); ddepth 5353 modules/core/src/ocl.cpp if( ddepth >= CV_32F || ddepth 5354 modules/core/src/ocl.cpp (ddepth == CV_32S && sdepth < CV_32S) || ddepth 5355 modules/core/src/ocl.cpp (ddepth == CV_16S && sdepth <= CV_8S) || ddepth 5356 modules/core/src/ocl.cpp (ddepth == CV_16U && sdepth == CV_8U)) ddepth 5361 modules/core/src/ocl.cpp sprintf(buf, "convert_%s%s_rte", typestr, (ddepth < CV_32S ? "_sat" : "")); ddepth 5400 modules/core/src/ocl.cpp String kernelToStr(InputArray _kernel, int ddepth, const char * name) ddepth 5405 modules/core/src/ocl.cpp if (ddepth < 0) ddepth 5406 modules/core/src/ocl.cpp ddepth = depth; ddepth 5408 modules/core/src/ocl.cpp if (ddepth != depth) ddepth 5409 modules/core/src/ocl.cpp kernel.convertTo(kernel, ddepth); ddepth 5414 modules/core/src/ocl.cpp const func_t func = funcs[ddepth]; ddepth 111 modules/core/src/opencl/reduce.cl #if ddepth <= 4 ddepth 137 modules/core/src/opencl/reduce.cl #if ddepth <= 4 ddepth 150 modules/core/src/opencl/reduce.cl #if ddepth <= 4 ddepth 52 modules/core/src/opencl/reduce2.cl #if ddepth == 0 ddepth 55 modules/core/src/opencl/reduce2.cl #elif ddepth == 1 ddepth 58 modules/core/src/opencl/reduce2.cl #elif ddepth == 2 ddepth 61 modules/core/src/opencl/reduce2.cl #elif ddepth == 3 ddepth 64 modules/core/src/opencl/reduce2.cl #elif ddepth == 4 ddepth 67 modules/core/src/opencl/reduce2.cl #elif ddepth == 5 ddepth 70 modules/core/src/opencl/reduce2.cl #elif ddepth == 6 ddepth 1162 modules/core/src/opengl.cpp void cv::ogl::Texture2D::copyTo(OutputArray arr, int ddepth, bool autoRelease) const ddepth 1166 modules/core/src/opengl.cpp (void) ddepth; ddepth 1180 modules/core/src/opengl.cpp buf.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER, autoRelease); ddepth 1182 modules/core/src/opengl.cpp impl_->copyTo(dstFormat, gl_types[ddepth], 0); ddepth 1192 modules/core/src/opengl.cpp ogl::Buffer buf(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER); ddepth 1195 modules/core/src/opengl.cpp impl_->copyTo(dstFormat, gl_types[ddepth], 0); ddepth 1205 modules/core/src/opengl.cpp arr.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn)); ddepth 1209 modules/core/src/opengl.cpp impl_->copyTo(dstFormat, gl_types[ddepth], mat.data); ddepth 83 modules/core/src/precomp.hpp BinaryFunc getConvertFunc(int sdepth, int ddepth); ddepth 1069 modules/core/src/stat.cpp int ddepth = std::max(sum_op == OCL_OP_SUM_SQR ? CV_32F : CV_32S, depth), ddepth 1070 modules/core/src/stat.cpp dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 1083 modules/core/src/stat.cpp ocl::typeToStr(dtype), ocl::typeToStr(CV_MAKE_TYPE(ddepth, mcn)), ddepth 1084 modules/core/src/stat.cpp ocl::typeToStr(ddepth), ddepth, cn, ddepth 1085 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, mcn, cvt[0]), ddepth 1093 modules/core/src/stat.cpp depth <= CV_32S && ddepth == CV_32S ? ocl::convertTypeStr(CV_8U, ddepth, convert_cn, cvt[1]) : "noconvert"); ddepth 1127 modules/core/src/stat.cpp func = funcs[ddepth - CV_32S]; ddepth 1525 modules/core/src/stat.cpp int ddepth = std::max(CV_32S, depth), sqddepth = std::max(CV_32F, depth), ddepth 1526 modules/core/src/stat.cpp dtype = CV_MAKE_TYPE(ddepth, cn), ddepth 1543 modules/core/src/stat.cpp ocl::typeToStr(dtype), ocl::typeToStr(ddepth), sqddepth, ddepth 1548 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, cn, cvt[1]), ddepth 1577 modules/core/src/stat.cpp mean = funcs[ddepth - CV_32S](Mat(1, groups, dtype, dbm.ptr())); ddepth 2049 modules/core/src/stat.cpp int ddepth = -1, bool absValues = false, InputArray _src2 = noArray(), double * maxVal2 = NULL) ddepth 2070 modules/core/src/stat.cpp if (ddepth < 0) ddepth 2071 modules/core/src/stat.cpp ddepth = depth; ddepth 2078 modules/core/src/stat.cpp if ((depth == CV_64F || ddepth == CV_64F) && !doubleSupport) ddepth 2113 modules/core/src/stat.cpp ocl::typeToStr(ddepth), ocl::typeToStr(CV_MAKE_TYPE(ddepth, kercn)), ddepth 2114 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, kercn, cvt[0]), ddepth 2117 modules/core/src/stat.cpp haveSrc2 && _src2.isContinuous() ? " -D HAVE_SRC2_CONT" : "", ddepth, ddepth 2118 modules/core/src/stat.cpp depth <= CV_32S && ddepth == CV_32S ? ocl::convertTypeStr(CV_8U, ddepth, kercn, cvt[1]) : "noconvert"); ddepth 2124 modules/core/src/stat.cpp int esz = CV_ELEM_SIZE(ddepth), esz32s = CV_ELEM_SIZE1(CV_32S), ddepth 2171 modules/core/src/stat.cpp getMinMaxResFunc func = functab[ddepth]; ddepth 720 modules/core/src/umatrix.cpp int sdepth = CV_MAT_DEPTH(stype), ddepth = CV_MAT_DEPTH(_type); ddepth 721 modules/core/src/umatrix.cpp if( sdepth == ddepth && noScale ) ddepth 728 modules/core/src/umatrix.cpp bool needDouble = sdepth == CV_64F || ddepth == CV_64F; ddepth 737 modules/core/src/umatrix.cpp ocl::typeToStr(sdepth), ocl::typeToStr(wdepth), ocl::typeToStr(ddepth), ddepth 739 modules/core/src/umatrix.cpp ocl::convertTypeStr(wdepth, ddepth, 1, cvt[1]), ddepth 868 modules/core/src/umatrix.cpp int ddepth = std::max(CV_32F, depth); ddepth 880 modules/core/src/umatrix.cpp ocl::typeToStr(ddepth), ocl::typeToStr(CV_MAKE_TYPE(ddepth, kercn)), ddepth 881 modules/core/src/umatrix.cpp ddepth, ocl::convertTypeStr(depth, ddepth, kercn, cvt), ddepth 888 modules/core/src/umatrix.cpp UMat db(1, dbsize, ddepth); ddepth 1714 modules/core/test/ocl/test_arithm.cpp int sdepth, ddepth, cn, dim, dtype; ddepth 1724 modules/core/test/ocl/test_arithm.cpp ddepth = p.second; ddepth 1733 modules/core/test/ocl/test_arithm.cpp dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 1759 modules/core/test/ocl/test_arithm.cpp double eps = ddepth <= CV_32S ? 1 : 7e-4; ddepth 1805 modules/core/test/ocl/test_arithm.cpp double eps = ddepth <= CV_32S ? 1 : 6e-6; ddepth 711 modules/core/test/test_arithm.cpp src[0].convertTo(dst, ddepth, alpha, gamma[0]); ddepth 715 modules/core/test/test_arithm.cpp cvtest::convert(src[0], dst, CV_MAKETYPE(ddepth, src[0].channels()), alpha, gamma[0]); ddepth 720 modules/core/test/test_arithm.cpp ddepth = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1); ddepth 725 modules/core/test/test_arithm.cpp return ddepth <= CV_32S ? 2 : ddepth < CV_64F ? 1e-3 : 1e-12; ddepth 737 modules/core/test/test_arithm.cpp int ddepth; ddepth 138 modules/cudaarithm/src/element_operations.cpp const int ddepth = CV_MAT_DEPTH(dtype); ddepth 140 modules/cudaarithm/src/element_operations.cpp CV_Assert( sdepth <= CV_64F && ddepth <= CV_64F ); ddepth 144 modules/cudaarithm/src/element_operations.cpp if (sdepth == CV_64F || ddepth == CV_64F) ddepth 150 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, size, CV_MAKE_TYPE(ddepth, cn), stream); ddepth 367 modules/cudafilters/src/filtering.cpp const int ddepth = CV_MAT_DEPTH(dstType); ddepth 397 modules/cudafilters/src/filtering.cpp columnFilter_ = columnFilterFuncs[ddepth][cn - 1]; ddepth 1219 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void boxFilter( InputArray src, OutputArray dst, int ddepth, ddepth 1242 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void sqrBoxFilter( InputArray _src, OutputArray _dst, int ddepth, ddepth 1299 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void filter2D( InputArray src, OutputArray dst, int ddepth, ddepth 1320 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void sepFilter2D( InputArray src, OutputArray dst, int ddepth, ddepth 1367 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void Sobel( InputArray src, OutputArray dst, int ddepth, ddepth 1394 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void Scharr( InputArray src, OutputArray dst, int ddepth, ddepth 1425 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void Laplacian( InputArray src, OutputArray dst, int ddepth, ddepth 92 modules/imgproc/perf/opencl/perf_filters.cpp ddepth = depth == CV_8U ? CV_32S : CV_32F; ddepth 93 modules/imgproc/perf/opencl/perf_filters.cpp const double eps = ddepth == CV_32S ? 0 : 5e-5; ddepth 95 modules/imgproc/perf/opencl/perf_filters.cpp checkDeviceMaxMemoryAllocSize(srcSize, CV_MAKE_TYPE(ddepth, CV_MAT_CN(type))); ddepth 100 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::sqrBoxFilter(src, dst, ddepth, ksize, Point(-1, -1), false); ddepth 225 modules/imgproc/perf/opencl/perf_imgproc.cpp const int ddepth = get<1>(params); ddepth 227 modules/imgproc/perf/opencl/perf_imgproc.cpp checkDeviceMaxMemoryAllocSize(srcSize, ddepth); ddepth 229 modules/imgproc/perf/opencl/perf_imgproc.cpp UMat src(srcSize, CV_8UC1), dst(srcSize + Size(1, 1), ddepth); ddepth 232 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::integral(src, dst, ddepth); ddepth 241 modules/imgproc/perf/opencl/perf_imgproc.cpp const int ddepth = get<1>(params); ddepth 243 modules/imgproc/perf/opencl/perf_imgproc.cpp checkDeviceMaxMemoryAllocSize(srcSize, ddepth); ddepth 245 modules/imgproc/perf/opencl/perf_imgproc.cpp UMat src(srcSize, CV_8UC1), sum(srcSize + Size(1, 1), ddepth), sqsum(srcSize + Size(1, 1), CV_32F); ddepth 248 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::integral(src, sum, sqsum, ddepth, CV_32F); ddepth 42 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 48 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 52 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border); ddepth 67 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 73 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 80 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border); ddepth 95 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 101 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 105 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border); ddepth 120 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 126 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 133 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border); ddepth 150 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 156 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 160 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Scharr(src, dst, ddepth, dx, dy, 1, 0, border); ddepth 175 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 181 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 188 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Scharr(src, dst, ddepth, dx, dy, 1, 0, border); ddepth 203 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 209 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 213 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border); ddepth 228 modules/imgproc/perf/perf_sepfilters.cpp int ddepth = get<1>(GetParam()); ddepth 234 modules/imgproc/perf/perf_sepfilters.cpp Mat dst(size, ddepth); ddepth 241 modules/imgproc/perf/perf_sepfilters.cpp TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border); ddepth 769 modules/imgproc/src/accum.cpp inline int getAccTabIdx(int sdepth, int ddepth) ddepth 771 modules/imgproc/src/accum.cpp return sdepth == CV_8U && ddepth == CV_32F ? 0 : ddepth 772 modules/imgproc/src/accum.cpp sdepth == CV_8U && ddepth == CV_64F ? 1 : ddepth 773 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? 2 : ddepth 774 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_64F ? 3 : ddepth 775 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? 4 : ddepth 776 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_64F ? 5 : ddepth 777 modules/imgproc/src/accum.cpp sdepth == CV_64F && ddepth == CV_64F ? 6 : -1; ddepth 798 modules/imgproc/src/accum.cpp int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), ddepth = _dst.depth(); ddepth 801 modules/imgproc/src/accum.cpp if (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) ddepth 811 modules/imgproc/src/accum.cpp ocl::typeToStr(sdepth), kercn, ocl::typeToStr(ddepth), ddepth 813 modules/imgproc/src/accum.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt))); ddepth 830 modules/imgproc/src/accum.cpp if (ddepth == CV_32F) ddepth 849 modules/imgproc/src/accum.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); ddepth 873 modules/imgproc/src/accum.cpp ippFunc = sdepth == CV_8U && ddepth == CV_32F ? (ippiAdd)ippiAdd_8u32f_C1IR : ddepth 874 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAdd)ippiAdd_16u32f_C1IR : ddepth 875 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAdd)ippiAdd_32f_C1IR : 0; ddepth 880 modules/imgproc/src/accum.cpp ippFuncMask = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddMask)ippiAdd_8u32f_C1IMR : ddepth 881 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddMask)ippiAdd_16u32f_C1IMR : ddepth 882 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddMask)ippiAdd_32f_C1IMR : 0; ddepth 918 modules/imgproc/src/accum.cpp int fidx = getAccTabIdx(sdepth, ddepth); ddepth 934 modules/imgproc/src/accum.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); ddepth 957 modules/imgproc/src/accum.cpp ippFunc = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddSquare)ippiAddSquare_8u32f_C1IR : ddepth 958 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddSquare)ippiAddSquare_16u32f_C1IR : ddepth 959 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddSquare)ippiAddSquare_32f_C1IR : 0; ddepth 963 modules/imgproc/src/accum.cpp ippFuncMask = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddSquareMask)ippiAddSquare_8u32f_C1IMR : ddepth 964 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddSquareMask)ippiAddSquare_16u32f_C1IMR : ddepth 965 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddSquareMask)ippiAddSquare_32f_C1IMR : 0; ddepth 1001 modules/imgproc/src/accum.cpp int fidx = getAccTabIdx(sdepth, ddepth); ddepth 1018 modules/imgproc/src/accum.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); ddepth 1043 modules/imgproc/src/accum.cpp ippFunc = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddProduct)ippiAddProduct_8u32f_C1IR : ddepth 1044 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddProduct)ippiAddProduct_16u32f_C1IR : ddepth 1045 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddProduct)ippiAddProduct_32f_C1IR : 0; ddepth 1049 modules/imgproc/src/accum.cpp ippFuncMask = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddProductMask)ippiAddProduct_8u32f_C1IMR : ddepth 1050 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddProductMask)ippiAddProduct_16u32f_C1IMR : ddepth 1051 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddProductMask)ippiAddProduct_32f_C1IMR : 0; ddepth 1089 modules/imgproc/src/accum.cpp int fidx = getAccTabIdx(sdepth, ddepth); ddepth 1106 modules/imgproc/src/accum.cpp int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); ddepth 1131 modules/imgproc/src/accum.cpp ippFunc = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddWeighted)ippiAddWeighted_8u32f_C1IR : ddepth 1132 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddWeighted)ippiAddWeighted_16u32f_C1IR : ddepth 1133 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddWeighted)ippiAddWeighted_32f_C1IR : 0; ddepth 1137 modules/imgproc/src/accum.cpp ippFuncMask = sdepth == CV_8U && ddepth == CV_32F ? (ippiAddWeightedMask)ippiAddWeighted_8u32f_C1IMR : ddepth 1138 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddWeightedMask)ippiAddWeighted_16u32f_C1IMR : ddepth 1139 modules/imgproc/src/accum.cpp sdepth == CV_32F && ddepth == CV_32F ? (ippiAddWeightedMask)ippiAddWeighted_32f_C1IMR : 0; ddepth 1175 modules/imgproc/src/accum.cpp int fidx = getAccTabIdx(sdepth, ddepth); ddepth 193 modules/imgproc/src/deriv.cpp static bool IPPDerivScharr(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, double scale, double delta, int borderType) ddepth 205 modules/imgproc/src/deriv.cpp if (ddepth < 0) ddepth 206 modules/imgproc/src/deriv.cpp ddepth = sdepth; ddepth 207 modules/imgproc/src/deriv.cpp int dtype = CV_MAKETYPE(ddepth, cn); ddepth 307 modules/imgproc/src/deriv.cpp static bool IPPDerivScharr(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, double scale, double delta, int borderType) ddepth 322 modules/imgproc/src/deriv.cpp if( ddepth < 0 ) ddepth 323 modules/imgproc/src/deriv.cpp ddepth = src.depth(); ddepth 325 modules/imgproc/src/deriv.cpp dst.create( src.size(), CV_MAKETYPE(ddepth, src.channels()) ); ddepth 411 modules/imgproc/src/deriv.cpp static bool IPPDerivSobel(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, int ksize, double scale, double delta, int borderType) ddepth 423 modules/imgproc/src/deriv.cpp if ( ddepth < 0 ) ddepth 424 modules/imgproc/src/deriv.cpp ddepth = src.depth(); ddepth 555 modules/imgproc/src/deriv.cpp void cv::Sobel( InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, ddepth 559 modules/imgproc/src/deriv.cpp if (ddepth < 0) ddepth 560 modules/imgproc/src/deriv.cpp ddepth = sdepth; ddepth 561 modules/imgproc/src/deriv.cpp int dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 580 modules/imgproc/src/deriv.cpp if (IPPDerivScharr(_src, _dst, ddepth, dx, dy, scale, delta, borderType)) ddepth 588 modules/imgproc/src/deriv.cpp if (IPPDerivSobel(_src, _dst, ddepth, dx, dy, ksize, scale, delta, borderType)) ddepth 596 modules/imgproc/src/deriv.cpp int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); ddepth 609 modules/imgproc/src/deriv.cpp sepFilter2D( _src, _dst, ddepth, kx, ky, Point(-1, -1), delta, borderType ); ddepth 613 modules/imgproc/src/deriv.cpp void cv::Scharr( InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, ddepth 617 modules/imgproc/src/deriv.cpp if (ddepth < 0) ddepth 618 modules/imgproc/src/deriv.cpp ddepth = sdepth; ddepth 619 modules/imgproc/src/deriv.cpp int dtype = CV_MAKETYPE(ddepth, cn); ddepth 634 modules/imgproc/src/deriv.cpp if (IPPDerivScharr(_src, _dst, ddepth, dx, dy, scale, delta, borderType)) ddepth 641 modules/imgproc/src/deriv.cpp int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); ddepth 654 modules/imgproc/src/deriv.cpp sepFilter2D( _src, _dst, ddepth, kx, ky, Point(-1, -1), delta, borderType ); ddepth 665 modules/imgproc/src/deriv.cpp int borderType, int depth, int ddepth) ddepth 676 modules/imgproc/src/deriv.cpp if (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) ddepth 707 modules/imgproc/src/deriv.cpp int dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 731 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), ddepth 733 modules/imgproc/src/deriv.cpp ocl::typeToStr(sdepth), ocl::typeToStr(ddepth), ocl::typeToStr(wdepth), ddepth 735 modules/imgproc/src/deriv.cpp ocl::typeToStr(CV_MAKETYPE(ddepth, cn)), ddepth 771 modules/imgproc/src/deriv.cpp ocl::typeToStr(CV_MAKE_TYPE(ddepth, kercn)), ddepth 774 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(wdepth, ddepth, kercn, cvt[1]), ddepth 802 modules/imgproc/src/deriv.cpp void cv::Laplacian( InputArray _src, OutputArray _dst, int ddepth, int ksize, ddepth 806 modules/imgproc/src/deriv.cpp if (ddepth < 0) ddepth 807 modules/imgproc/src/deriv.cpp ddepth = sdepth; ddepth 808 modules/imgproc/src/deriv.cpp _dst.create( _src.size(), CV_MAKETYPE(ddepth, cn) ); ddepth 814 modules/imgproc/src/deriv.cpp ((stype == CV_8UC1 && ddepth == CV_16S) || (ddepth == CV_32F && stype == CV_32FC1)) && !ocl::useOpenCL()) ddepth 843 modules/imgproc/src/deriv.cpp if (sdepth == CV_8U && ddepth == CV_16S && !floatScale && !floatDelta) ddepth 852 modules/imgproc/src/deriv.cpp else if (sdepth == CV_32F && ddepth == CV_32F) ddepth 898 modules/imgproc/src/deriv.cpp filter2D( _src, _dst, ddepth, kernel, Point(-1, -1), delta, borderType ); ddepth 902 modules/imgproc/src/deriv.cpp int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); ddepth 910 modules/imgproc/src/deriv.cpp delta, borderType, wdepth, ddepth)) ddepth 936 modules/imgproc/src/deriv.cpp d2x.convertTo( dstripe, ddepth, scale, delta ); ddepth 3628 modules/imgproc/src/filter.cpp int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(bufType); ddepth 3631 modules/imgproc/src/filter.cpp ddepth >= std::max(sdepth, CV_32S) && ddepth 3632 modules/imgproc/src/filter.cpp kernel.type() == ddepth ); ddepth 3637 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_32S ) ddepth 3640 modules/imgproc/src/filter.cpp if( sdepth == CV_32F && ddepth == CV_32F ) ddepth 3645 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_32S ) ddepth 3648 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_32F ) ddepth 3650 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_64F ) ddepth 3652 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_32F ) ddepth 3654 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_64F ) ddepth 3656 modules/imgproc/src/filter.cpp if( sdepth == CV_16S && ddepth == CV_32F ) ddepth 3659 modules/imgproc/src/filter.cpp if( sdepth == CV_16S && ddepth == CV_64F ) ddepth 3661 modules/imgproc/src/filter.cpp if( sdepth == CV_32F && ddepth == CV_32F ) ddepth 3664 modules/imgproc/src/filter.cpp if( sdepth == CV_32F && ddepth == CV_64F ) ddepth 3666 modules/imgproc/src/filter.cpp if( sdepth == CV_64F && ddepth == CV_64F ) ddepth 3683 modules/imgproc/src/filter.cpp int sdepth = CV_MAT_DEPTH(bufType), ddepth = CV_MAT_DEPTH(dstType); ddepth 3686 modules/imgproc/src/filter.cpp sdepth >= std::max(ddepth, CV_32S) && ddepth 3691 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_32S ) ddepth 3694 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_32F ) ddepth 3696 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_64F ) ddepth 3698 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_32F ) ddepth 3700 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_64F ) ddepth 3702 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_32F ) ddepth 3704 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_64F ) ddepth 3706 modules/imgproc/src/filter.cpp if( ddepth == CV_32F && sdepth == CV_32F ) ddepth 3708 modules/imgproc/src/filter.cpp if( ddepth == CV_64F && sdepth == CV_64F ) ddepth 3716 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_32S ) ddepth 3721 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_32S && bits == 0 ) ddepth 3725 modules/imgproc/src/filter.cpp if( ddepth == CV_32F && sdepth == CV_32F ) ddepth 3731 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_32S ) ddepth 3735 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_32F ) ddepth 3738 modules/imgproc/src/filter.cpp if( ddepth == CV_8U && sdepth == CV_64F ) ddepth 3741 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_32F ) ddepth 3744 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_64F ) ddepth 3747 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_32S ) ddepth 3750 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_32F ) ddepth 3754 modules/imgproc/src/filter.cpp if( ddepth == CV_16S && sdepth == CV_64F ) ddepth 3757 modules/imgproc/src/filter.cpp if( ddepth == CV_32F && sdepth == CV_32F ) ddepth 3761 modules/imgproc/src/filter.cpp if( ddepth == CV_64F && sdepth == CV_64F ) ddepth 3784 modules/imgproc/src/filter.cpp int sdepth = CV_MAT_DEPTH(_srcType), ddepth = CV_MAT_DEPTH(_dstType); ddepth 3799 modules/imgproc/src/filter.cpp int bdepth = std::max(CV_32F,std::max(sdepth, ddepth)); ddepth 3805 modules/imgproc/src/filter.cpp ddepth == CV_8U) || ddepth 3809 modules/imgproc/src/filter.cpp ddepth == CV_16S)) ) ddepth 3812 modules/imgproc/src/filter.cpp bits = ddepth == CV_8U ? 8 : 0; ddepth 4005 modules/imgproc/src/filter.cpp static bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth, ddepth 4010 modules/imgproc/src/filter.cpp ddepth = ddepth < 0 ? sdepth : ddepth; ddepth 4011 modules/imgproc/src/filter.cpp int dtype = CV_MAKE_TYPE(ddepth, cn), wdepth = std::max(std::max(sdepth, ddepth), CV_32F), ddepth 4109 modules/imgproc/src/filter.cpp ocl::typeToStr(ddepth), ocl::typeToStr(wtype), ocl::typeToStr(wdepth), ddepth 4111 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), kerStr.c_str()); ddepth 4154 modules/imgproc/src/filter.cpp ocl::typeToStr(ddepth), ocl::typeToStr(wtype), ocl::typeToStr(wdepth), ddepth 4156 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1])); ddepth 4191 modules/imgproc/src/filter.cpp int borderType, int ddepth, bool fast8uc1, bool int_arithm) ddepth 4198 modules/imgproc/src/filter.cpp if (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) ddepth 4273 modules/imgproc/src/filter.cpp int dtype = dst.type(), cn = CV_MAT_CN(dtype), ddepth = CV_MAT_DEPTH(dtype); ddepth 4286 modules/imgproc/src/filter.cpp ocl::convertTypeStr(bdepth, ddepth, cn, cvt), ddepth 4287 modules/imgproc/src/filter.cpp ocl::typeToStr(bdepth), ocl::typeToStr(ddepth), ddepth 4308 modules/imgproc/src/filter.cpp double delta, int borderType, int ddepth, int bdepth, bool int_arithm) ddepth 4313 modules/imgproc/src/filter.cpp esz = CV_ELEM_SIZE(stype), wdepth = std::max(std::max(sdepth, ddepth), bdepth), ddepth 4314 modules/imgproc/src/filter.cpp dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 4318 modules/imgproc/src/filter.cpp if ((src_offset % src_step) % esz != 0 || (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) || ddepth 4339 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), borderMap[borderType], ddepth 4340 modules/imgproc/src/filter.cpp ocl::typeToStr(sdepth), ocl::typeToStr(ddepth), ocl::typeToStr(wdepth), ddepth 4363 modules/imgproc/src/filter.cpp static bool ocl_sepFilter2D( InputArray _src, OutputArray _dst, int ddepth, ddepth 4381 modules/imgproc/src/filter.cpp if (ddepth < 0) ddepth 4382 modules/imgproc/src/filter.cpp ddepth = sdepth; ddepth 4396 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_8U && ddepth 4423 modules/imgproc/src/filter.cpp borderType & ~BORDER_ISOLATED, ddepth, bdepth, int_arithm), true) ddepth 4435 modules/imgproc/src/filter.cpp if (!ocl_sepRowFilter2D(src, buf, kernelX, anchor.x, borderType, ddepth, fast8uc1, int_arithm)) ddepth 4438 modules/imgproc/src/filter.cpp _dst.create(srcSize, CV_MAKETYPE(ddepth, cn)); ddepth 4453 modules/imgproc/src/filter.cpp int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(dstType); ddepth 4455 modules/imgproc/src/filter.cpp CV_Assert( cn == CV_MAT_CN(dstType) && ddepth >= sdepth ); ddepth 4468 modules/imgproc/src/filter.cpp kdepth = sdepth == CV_64F || ddepth == CV_64F ? CV_64F : CV_32F; ddepth 4475 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_8U ) ddepth 4478 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_16U ) ddepth 4481 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_16S ) ddepth 4484 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_32F ) ddepth 4487 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_64F ) ddepth 4491 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_16U ) ddepth 4494 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_32F ) ddepth 4497 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_64F ) ddepth 4501 modules/imgproc/src/filter.cpp if( sdepth == CV_16S && ddepth == CV_16S ) ddepth 4504 modules/imgproc/src/filter.cpp if( sdepth == CV_16S && ddepth == CV_32F ) ddepth 4507 modules/imgproc/src/filter.cpp if( sdepth == CV_16S && ddepth == CV_64F ) ddepth 4511 modules/imgproc/src/filter.cpp if( sdepth == CV_32F && ddepth == CV_32F ) ddepth 4514 modules/imgproc/src/filter.cpp if( sdepth == CV_64F && ddepth == CV_64F ) ddepth 4559 modules/imgproc/src/filter.cpp void cv::filter2D( InputArray _src, OutputArray _dst, int ddepth, ddepth 4564 modules/imgproc/src/filter.cpp ocl_filter2D(_src, _dst, ddepth, _kernel, anchor0, delta, borderType)) ddepth 4568 modules/imgproc/src/filter.cpp if( ddepth < 0 ) ddepth 4569 modules/imgproc/src/filter.cpp ddepth = src.depth(); ddepth 4572 modules/imgproc/src/filter.cpp int dft_filter_size = ((src.depth() == CV_8U && (ddepth == CV_8U || ddepth == CV_16S)) || ddepth 4573 modules/imgproc/src/filter.cpp (src.depth() == CV_32F && ddepth == CV_32F)) && checkHardwareSupport(CV_CPU_SSE3)? 130 : 50; ddepth 4578 modules/imgproc/src/filter.cpp _dst.create( src.size(), CV_MAKETYPE(ddepth, src.channels()) ); ddepth 4612 modules/imgproc/src/filter.cpp if (sdepth == ddepth && (ktype == CV_16SC1 || ktype == CV_32FC1) && ddepth 4617 modules/imgproc/src/filter.cpp IppDataType dataType = ippiGetDataType(ddepth), kernelType = ippiGetDataType(kdepth); ddepth 4696 modules/imgproc/src/filter.cpp CV_MAKETYPE(ddepth, src.channels()), ddepth 4710 modules/imgproc/src/filter.cpp void cv::sepFilter2D( InputArray _src, OutputArray _dst, int ddepth, ddepth 4715 modules/imgproc/src/filter.cpp ocl_sepFilter2D(_src, _dst, ddepth, _kernelX, _kernelY, anchor, delta, borderType)) ddepth 4719 modules/imgproc/src/filter.cpp if( ddepth < 0 ) ddepth 4720 modules/imgproc/src/filter.cpp ddepth = src.depth(); ddepth 4722 modules/imgproc/src/filter.cpp _dst.create( src.size(), CV_MAKETYPE(ddepth, src.channels()) ); ddepth 1483 modules/imgproc/src/histogram.cpp static bool ocl_calcHist1(InputArray _src, OutputArray _hist, int ddepth = CV_32S) ddepth 1500 modules/imgproc/src/histogram.cpp _hist.create(BINS, 1, ddepth); ddepth 1514 modules/imgproc/src/histogram.cpp BINS, compunits, (int)wgs, ocl::convertTypeStr(CV_32S, ddepth, 1, cvt), ddepth 1515 modules/imgproc/src/histogram.cpp ocl::typeToStr(ddepth))); ddepth 370 modules/imgproc/src/samplers.cpp int ddepth = patchType < 0 ? depth : CV_MAT_DEPTH(patchType); ddepth 374 modules/imgproc/src/samplers.cpp _patch.create(patchSize, CV_MAKETYPE(ddepth, cn)); ddepth 391 modules/imgproc/src/samplers.cpp srctype == CV_8UC1 && ddepth == CV_8U ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u_C1R : ddepth 392 modules/imgproc/src/samplers.cpp srctype == CV_8UC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u32f_C1R : ddepth 393 modules/imgproc/src/samplers.cpp srctype == CV_32FC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_32f_C1R : 0; ddepth 408 modules/imgproc/src/samplers.cpp if( depth == CV_8U && ddepth == CV_8U ) ddepth 411 modules/imgproc/src/samplers.cpp else if( depth == CV_8U && ddepth == CV_32F ) ddepth 414 modules/imgproc/src/samplers.cpp else if( depth == CV_32F && ddepth == CV_32F ) ddepth 1032 modules/imgproc/src/smooth.cpp static bool ocl_boxFilter( InputArray _src, OutputArray _dst, int ddepth, ddepth 1039 modules/imgproc/src/smooth.cpp if (ddepth < 0) ddepth 1040 modules/imgproc/src/smooth.cpp ddepth = sdepth; ddepth 1042 modules/imgproc/src/smooth.cpp if (cn > 4 || (!doubleSupport && (sdepth == CV_64F || ddepth == CV_64F)) || ddepth 1056 modules/imgproc/src/smooth.cpp int wdepth = std::max(CV_32F, std::max(ddepth, sdepth)), ddepth 1057 modules/imgproc/src/smooth.cpp wtype = CV_MAKE_TYPE(wdepth, cn), dtype = CV_MAKE_TYPE(ddepth, cn); ddepth 1128 modules/imgproc/src/smooth.cpp ocl::typeToStr(ddepth), ocl::typeToStr(wtype), ocl::typeToStr(wdepth), ddepth 1130 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), ddepth 1158 modules/imgproc/src/smooth.cpp BLOCK_SIZE_X, BLOCK_SIZE_Y, ocl::typeToStr(type), ocl::typeToStr(CV_MAKE_TYPE(ddepth, cn)), ddepth 1160 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[0]), ddepth 1165 modules/imgproc/src/smooth.cpp ocl::typeToStr(sdepth), ocl::typeToStr(ddepth), cn); ddepth 1185 modules/imgproc/src/smooth.cpp _dst.create(size, CV_MAKETYPE(ddepth, cn)); ddepth 1214 modules/imgproc/src/smooth.cpp int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(sumType); ddepth 1220 modules/imgproc/src/smooth.cpp if( sdepth == CV_8U && ddepth == CV_32S ) ddepth 1222 modules/imgproc/src/smooth.cpp if( sdepth == CV_8U && ddepth == CV_64F ) ddepth 1224 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_32S ) ddepth 1226 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_64F ) ddepth 1228 modules/imgproc/src/smooth.cpp if( sdepth == CV_16S && ddepth == CV_32S ) ddepth 1230 modules/imgproc/src/smooth.cpp if( sdepth == CV_32S && ddepth == CV_32S ) ddepth 1232 modules/imgproc/src/smooth.cpp if( sdepth == CV_16S && ddepth == CV_64F ) ddepth 1234 modules/imgproc/src/smooth.cpp if( sdepth == CV_32F && ddepth == CV_64F ) ddepth 1236 modules/imgproc/src/smooth.cpp if( sdepth == CV_64F && ddepth == CV_64F ) ddepth 1250 modules/imgproc/src/smooth.cpp int sdepth = CV_MAT_DEPTH(sumType), ddepth = CV_MAT_DEPTH(dstType); ddepth 1256 modules/imgproc/src/smooth.cpp if( ddepth == CV_8U && sdepth == CV_32S ) ddepth 1258 modules/imgproc/src/smooth.cpp if( ddepth == CV_8U && sdepth == CV_64F ) ddepth 1260 modules/imgproc/src/smooth.cpp if( ddepth == CV_16U && sdepth == CV_32S ) ddepth 1262 modules/imgproc/src/smooth.cpp if( ddepth == CV_16U && sdepth == CV_64F ) ddepth 1264 modules/imgproc/src/smooth.cpp if( ddepth == CV_16S && sdepth == CV_32S ) ddepth 1266 modules/imgproc/src/smooth.cpp if( ddepth == CV_16S && sdepth == CV_64F ) ddepth 1268 modules/imgproc/src/smooth.cpp if( ddepth == CV_32S && sdepth == CV_32S ) ddepth 1270 modules/imgproc/src/smooth.cpp if( ddepth == CV_32F && sdepth == CV_32S ) ddepth 1272 modules/imgproc/src/smooth.cpp if( ddepth == CV_32F && sdepth == CV_64F ) ddepth 1274 modules/imgproc/src/smooth.cpp if( ddepth == CV_64F && sdepth == CV_32S ) ddepth 1276 modules/imgproc/src/smooth.cpp if( ddepth == CV_64F && sdepth == CV_64F ) ddepth 1307 modules/imgproc/src/smooth.cpp void cv::boxFilter( InputArray _src, OutputArray _dst, int ddepth, ddepth 1311 modules/imgproc/src/smooth.cpp CV_OCL_RUN(_dst.isUMat(), ocl_boxFilter(_src, _dst, ddepth, ksize, anchor, borderType, normalize)) ddepth 1315 modules/imgproc/src/smooth.cpp if( ddepth < 0 ) ddepth 1316 modules/imgproc/src/smooth.cpp ddepth = sdepth; ddepth 1317 modules/imgproc/src/smooth.cpp _dst.create( src.size(), CV_MAKETYPE(ddepth, cn) ); ddepth 1341 modules/imgproc/src/smooth.cpp if (normalize && !src.isSubmatrix() && ddepth == sdepth && ddepth 1462 modules/imgproc/src/smooth.cpp int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(sumType); ddepth 1468 modules/imgproc/src/smooth.cpp if( sdepth == CV_8U && ddepth == CV_32S ) ddepth 1470 modules/imgproc/src/smooth.cpp if( sdepth == CV_8U && ddepth == CV_64F ) ddepth 1472 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_64F ) ddepth 1474 modules/imgproc/src/smooth.cpp if( sdepth == CV_16S && ddepth == CV_64F ) ddepth 1476 modules/imgproc/src/smooth.cpp if( sdepth == CV_32F && ddepth == CV_64F ) ddepth 1478 modules/imgproc/src/smooth.cpp if( sdepth == CV_64F && ddepth == CV_64F ) ddepth 1490 modules/imgproc/src/smooth.cpp void cv::sqrBoxFilter( InputArray _src, OutputArray _dst, int ddepth, ddepth 1497 modules/imgproc/src/smooth.cpp if( ddepth < 0 ) ddepth 1498 modules/imgproc/src/smooth.cpp ddepth = sdepth < CV_32F ? CV_32F : CV_64F; ddepth 1509 modules/imgproc/src/smooth.cpp ocl_boxFilter(_src, _dst, ddepth, ksize, anchor, borderType, normalize, true)) ddepth 1514 modules/imgproc/src/smooth.cpp int sumType = CV_MAKETYPE( sumDepth, cn ), dstType = CV_MAKETYPE(ddepth, cn); ddepth 57 modules/imgproc/test/ocl/test_accumulate.cpp int sdepth, ddepth, channels; ddepth 69 modules/imgproc/test/ocl/test_accumulate.cpp sdepth = depths.first, ddepth = depths.second; ddepth 77 modules/imgproc/test/ocl/test_accumulate.cpp dtype = CV_MAKE_TYPE(ddepth, channels); ddepth 124 modules/imgproc/test/ocl/test_boxfilter.cpp int ddepth = depth == CV_8U ? CV_32S : CV_64F; ddepth 126 modules/imgproc/test/ocl/test_boxfilter.cpp OCL_OFF(cv::sqrBoxFilter(src_roi, dst_roi, ddepth, ksize, anchor, normalize, borderType)); ddepth 127 modules/imgproc/test/ocl/test_boxfilter.cpp OCL_ON(cv::sqrBoxFilter(usrc_roi, udst_roi, ddepth, ksize, anchor, normalize, borderType)); ddepth 1840 modules/imgproc/test/test_filter.cpp int ddepth = depths[i][1]; ddepth 1845 modules/imgproc/test/test_filter.cpp filter2D(src, dst, ddepth, small_kernel); ddepth 1847 modules/imgproc/test/test_filter.cpp filter2D(src, dst, ddepth, big_kernel); ddepth 1849 modules/imgproc/test/test_filter.cpp sepFilter2D(src, dst, ddepth, kernelX, kernelY); ddepth 1851 modules/imgproc/test/test_filter.cpp sepFilter2D(src, dst, ddepth, symkernelX, symkernelY); ddepth 1853 modules/imgproc/test/test_filter.cpp Sobel(src, dst, ddepth, 2, 0, 5); ddepth 1855 modules/imgproc/test/test_filter.cpp Scharr(src, dst, ddepth, 0, 1); ddepth 1856 modules/imgproc/test/test_filter.cpp if( sdepth != ddepth ) ddepth 119 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void filter2D(const Mat& src, Mat& dst, int ddepth, const Mat& kernel, ddepth 777 modules/ts/src/ts_func.cpp void filter2D(const Mat& _src, Mat& dst, int ddepth, const Mat& kernel, ddepth 829 modules/ts/src/ts_func.cpp convert(_dst, dst, ddepth, 1, delta); ddepth 25 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp int ddepth = CV_16S; ddepth 46 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp Laplacian( src_gray, dst, ddepth, kernel_size, scale, delta, BORDER_DEFAULT ); ddepth 26 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp int ddepth = CV_16S; ddepth 48 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp Sobel( src_gray, grad_x, ddepth, 1, 0, 3, scale, delta, BORDER_DEFAULT ); ddepth 53 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp Sobel( src_gray, grad_y, ddepth, 0, 1, 3, scale, delta, BORDER_DEFAULT ); ddepth 26 samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp int ddepth; ddepth 44 samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp ddepth = -1; ddepth 60 samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT );