Home
last modified time | relevance | path

Searched refs:almostDist2Weight (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp32 static bool ocl_calcAlmostDist2Weight(UMat & almostDist2Weight, in ocl_calcAlmostDist2Weight() argument
63 almostDist2Weight.create(1, almostMaxDist, CV_32SC(hn == 3 ? 4 : hn)); in ocl_calcAlmostDist2Weight()
76 k.args(ocl::KernelArg::PtrWriteOnly(almostDist2Weight), almostMaxDist, in ocl_calcAlmostDist2Weight()
131 UMat almostDist2Weight; in ocl_fastNlMeansDenoising() local
133 !ocl_calcAlmostDist2Weight<float, uchar, int>(almostDist2Weight, in ocl_fastNlMeansDenoising()
138 !ocl_calcAlmostDist2Weight<float, ushort, int64>(almostDist2Weight, in ocl_fastNlMeansDenoising()
172 ocl::KernelArg::PtrReadOnly(almostDist2Weight), in ocl_fastNlMeansDenoising()
/external/opencv3/modules/photo/src/opencl/
Dnlmeans.cl23 __kernel void calcAlmostDist2Weight(__global wlut_t * almostDist2Weight, int almostMaxDist,
38 almostDist2Weight[almostDist] =
210 __local int * dists, __global const wlut_t * almostDist2Weight,
225 weight_t weight = convert_weight_t(almostDist2Weight[almostAvgDist]);
259 … __global const wlut_t * almostDist2Weight, __global uchar * buffer,
297 … convolveWindow(src, src_step, src_offset, dists, almostDist2Weight, dst, dst_step, dst_offset,