Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Ddebayer.cu321 …__global__ void Bayer2BGR_16u(const PtrStepSzb src, PtrStep<D> dst, const bool blue_last, const bo… in Bayer2BGR_16u() function
367 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_16u<dst_t>, cudaFuncCachePreferL1) ); in Bayer2BGR_16u_gpu()
369Bayer2BGR_16u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with… in Bayer2BGR_16u_gpu()