Lines Matching refs:wdepth

555     int dtype = CV_MAKE_TYPE(ddepth, cn), wdepth = std::max(std::max(sdepth, ddepth), CV_32F),  in ocl_filter2D()  local
556 wtype = CV_MAKE_TYPE(wdepth, cn); in ocl_filter2D()
570 if (wdepth == CV_64F && !doubleSupport) in ocl_filter2D()
653 ocl::typeToStr(ddepth), ocl::typeToStr(wtype), ocl::typeToStr(wdepth), in ocl_filter2D()
654 ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), in ocl_filter2D()
655 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), kerStr.c_str()); in ocl_filter2D()
698 … ocl::typeToStr(ddepth), ocl::typeToStr(wtype), ocl::typeToStr(wdepth), in ocl_filter2D()
699 ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), in ocl_filter2D()
700 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1])); in ocl_filter2D()
868 esz = CV_ELEM_SIZE(stype), wdepth = std::max(std::max(sdepth, ddepth), bdepth), in ocl_sepFilter2D_SinglePass() local
885 kernelX_.convertTo(kernelX, wdepth); in ocl_sepFilter2D_SinglePass()
887 kernelY_.convertTo(kernelY, wdepth); in ocl_sepFilter2D_SinglePass()
902 ocl::kernelToStr(kernelX, wdepth, "KERNEL_MATRIX_X").c_str(), in ocl_sepFilter2D_SinglePass()
903 ocl::kernelToStr(kernelY, wdepth, "KERNEL_MATRIX_Y").c_str(), in ocl_sepFilter2D_SinglePass()
904 ocl::typeToStr(stype), ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), in ocl_sepFilter2D_SinglePass()
905 ocl::typeToStr(CV_MAKE_TYPE(wdepth, cn)), ocl::typeToStr(dtype), in ocl_sepFilter2D_SinglePass()
906 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), borderMap[borderType], in ocl_sepFilter2D_SinglePass()
907 ocl::typeToStr(sdepth), ocl::typeToStr(ddepth), ocl::typeToStr(wdepth), in ocl_sepFilter2D_SinglePass()