HomeSort by relevance Sort by last modified time
    Searched refs:wdepth (Results 1 - 12 of 12) sorted by null

  /external/opencv3/modules/imgproc/src/
deriv.cpp 708 int wdepth = CV_32F; local
728 ocl::kernelToStr(kernelX, wdepth, "KERNEL_MATRIX_X").c_str(),
729 ocl::kernelToStr(kernelY, wdepth, "KERNEL_MATRIX_Y").c_str(),
730 ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]),
731 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]),
733 ocl::typeToStr(sdepth), ocl::typeToStr(ddepth), ocl::typeToStr(wdepth),
736 ocl::typeToStr(CV_MAKETYPE(wdepth, cn)),
759 int wdepth = std::max(depth, floatCoeff ? CV_32F : CV_32S), kercn = 1; local
761 if (!doubleSupport && wdepth == CV_64F)
767 "-D srcT=%s -D WT=%s -D dstT=%s -D coeffT=%s -D wdepth=%d
903 int wdepth = sdepth == CV_8U && ksize <= 5 ? CV_16S : sdepth <= CV_32F ? CV_32F : CV_64F; local
    [all...]
templmatch.cpp 82 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn); local
94 ocl::convertTypeStr(depth, wdepth, cn, cvt),
257 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn); local
268 wtype1 = CV_MAKE_TYPE(wdepth, rated_cn);
273 const char* convertToWT1 = ocl::convertTypeStr(depth, wdepth, cn, cvt);
274 const char* convertToWT = ocl::convertTypeStr(depth, wdepth, rated_cn, cvt1);
350 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn) local
    [all...]
morph.cpp 1365 int wdepth = depth, wtype = type; local
1583 int wdepth = std::max(depth, CV_32F), scalarcn = cn == 3 ? 4 : cn; local
    [all...]
imgwarp.cpp     [all...]
filter.cpp     [all...]
smooth.cpp 1056 int wdepth = std::max(CV_32F, std::max(ddepth, sdepth)), local
    [all...]
  /external/opencv3/modules/core/src/opencl/
arithm.cl 166 #if wdepth <= 4
247 #if wdepth <= 4
271 #if wdepth == 5
307 #if wdepth <= 4
320 #if wdepth <= 4
  /external/opencv3/modules/core/src/
umatrix.cpp 732 int wdepth = std::max(CV_32F, sdepth), rowsPerWI = 4;
737 ocl::typeToStr(sdepth), ocl::typeToStr(wdepth), ocl::typeToStr(ddepth),
738 ocl::convertTypeStr(sdepth, wdepth, 1, cvt[0]),
739 ocl::convertTypeStr(wdepth, ddepth, 1, cvt[1]),
751 if (wdepth == CV_32F)
arithm.cpp 1818 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), wdepth = std::max(CV_32S, CV_MAT_DEPTH(wtype)); local
    [all...]
matmul.cpp 2278 int cn = CV_MAT_CN(type), wdepth = std::max(depth, CV_32F); local
    [all...]
convert.cpp     [all...]
matrix.cpp     [all...]

Completed in 237 milliseconds