Searched refs:Bayer2BGR_8u (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | debayer.cu | 199 …__global__ void Bayer2BGR_8u(const PtrStepSzb src, PtrStep<D> dst, const bool blue_last, const boo… in Bayer2BGR_8u() function 350 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_8u<dst_t>, cudaFuncCachePreferL1) ); in Bayer2BGR_8u_gpu() 352 …Bayer2BGR_8u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with_… in Bayer2BGR_8u_gpu()
|