Home
last modified time | relevance | path

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

12345

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/stereo/perf/
H A Dperf_descriptor.cpp59 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
81 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
103 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
127 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
H A Dperf_bm.cpp60 int sdepth = get<2>(GetParam()); variable
89 int sdepth = get<2>(GetParam()); variable
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsumpixels.dispatch.cpp56 static bool ocl_integral( InputArray _src, OutputArray _sum, int sdepth ) in ocl_integral()
96 static bool ocl_integral( InputArray _src, OutputArray _sum, OutputArray _sqsum, int sdepth, int sq… in ocl_integral()
144 int depth, int sdepth, int sqdepth, in ipp_integral()
352 int depth, int sdepth, int sqdepth, in integral_SIMD()
366 int depth, int sdepth, int sqdepth, in integral()
415 …putArray _src, OutputArray _sum, OutputArray _sqsum, OutputArray _tilted, int sdepth, int sqdepth ) in integral()
453 void integral( InputArray src, OutputArray sum, int sdepth ) in integral()
460 void integral( InputArray src, OutputArray sum, OutputArray sqsum, int sdepth, int sqdepth ) in integral()
H A Daccum.cpp91 inline int getAccTabIdx(int sdepth, int ddepth) in getAccTabIdx()
120 …int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), ddepth = _dst.depth(… in ocl_accumulate() local
175 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in ipp_accumulate() local
312 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulate() local
350 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in ipp_accumulate_square() local
411 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateSquare() local
449 int stype = _src1.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in ipp_accumulate_product() local
516 int stype = _src1.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateProduct() local
552 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in ipp_accumulate_weighted() local
616 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), scn = CV_MAT_CN(stype); in accumulateWeighted() local
H A Dbox_filter.dispatch.cpp65 int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); in ocl_boxFilter3x3_8UC1() local
120 …int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type… in ocl_boxFilter() local
456 int stype = src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in boxFilter() local
521 int srcType = _src.type(), sdepth = CV_MAT_DEPTH(srcType), cn = CV_MAT_CN(srcType); in sqrBoxFilter() local
H A Dderiv.cpp361 int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); in ocl_sepFilter3x3_8UC1() local
421 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Sobel() local
475 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Scharr() local
535 int sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), esz = CV_ELEM_SIZE(stype); in ocl_Laplacian5() local
665 int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); in ocl_Laplacian3_8UC1() local
794 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype); in Laplacian() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dconvert.dispatch.cpp137 BinaryFunc getConvertFunc(int sdepth, int ddepth) in getConvertFunc()
145 static bool ocl_convertFp16( InputArray _src, OutputArray _dst, int sdepth, int ddepth ) in ocl_convertFp16()
191 int sdepth = depth(), ddepth = CV_MAT_DEPTH(_type); in convertTo() local
233 int sdepth = _src.depth(), ddepth = 0; in convertFp16() local
H A Dconvert_scale.dispatch.cpp22 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_integral.cpp36 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
71 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
97 int sdepth = outputDepths[0]; in PERF_TEST_P() local
122 int sdepth = get<2>(GetParam()); in PERF_TEST_P() local
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkPBRLUTTexture.cxx69 vtkOpenGLState::ScopedglEnableDisable sdepth(state, GL_DEPTH_TEST); in Load() local
H A DvtkEquirectangularToCubeMapTexture.cxx108 vtkOpenGLState::ScopedglEnableDisable sdepth(state, GL_DEPTH_TEST); in Load() local
H A DvtkPBRIrradianceTexture.cxx101 vtkOpenGLState::ScopedglEnableDisable sdepth(state, GL_DEPTH_TEST); in Load() local
H A DvtkPBRPrefilterTexture.cxx104 vtkOpenGLState::ScopedglEnableDisable sdepth(state, GL_DEPTH_TEST); in Load() local
/dports/lang/qscheme/qscheme-0.5.1/
H A Dstack.h15 #define sdepth() scm_stack_limit - __SP__ macro
/dports/print/catdvi/catdvi-0.14/
H A Dregsta.c27 static size_t sdepth = 0; /* stack depth */ variable
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/
H A Ddimg_bitsops.cpp66 uint swidth, uint sheight, int sdepth) in bitBltImage()
154 bool /*sixteenBit*/, int sdepth, int ddepth) in bitBlt()
216 bool sixteenBit, int sdepth, int ddepth, in bitBlend()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dabsdiff_scalar.cu121 const int sdepth = src.depth(); in absDiffScalar() local
H A Dmul_scalar.cu163 const int sdepth = src.depth(); in mulScalar() local
H A Dadd_scalar.cu166 const int sdepth = src.depth(); in addScalar() local
H A Dsub_scalar.cu189 const int sdepth = src.depth(); in subScalar() local
H A Dsub_mat.cu185 const int sdepth = src1.depth(); in subMat() local
H A Dadd_mat.cu185 const int sdepth = src1.depth(); in addMat() local
/dports/graphics/vp/vp-1.8/src/
H A Dvp.c44 int swidth = 640, sheight = 480, sdepth = 8; variable
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dfma_support.hpp155 int sdepth; member in dnnl::impl::gpu::jit::dpas_t
163 dpas_t(bool is_dpasw, int simd_size, int sdepth, int rcount, in dpas_t()
/dports/databases/grass7/grass-7.8.6/raster/r.carve/
H A Denforce.h54 double swidth, sdepth; member

12345