Searched refs:Bayer2BGR_8u_gpu (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | debayer.cu | 343 …void Bayer2BGR_8u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaS… in Bayer2BGR_8u_gpu() function 376 …template void Bayer2BGR_8u_gpu<1>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_… 377 …template void Bayer2BGR_8u_gpu<3>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_… 378 …template void Bayer2BGR_8u_gpu<4>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_…
|
/external/opencv3/modules/cudaimgproc/src/ |
D | color.cpp | 69 …void Bayer2BGR_8u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaS… 1849 {0,0,Bayer2BGR_8u_gpu<3>, Bayer2BGR_8u_gpu<4>}, in bayer_to_BGR() 1889 Bayer2BGR_8u_gpu<1>, in bayer_to_gray()
|