Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp27 extern ProgramSource clahe_oclsrc;
Dopencl_kernels_imgproc.cpp948 ProgramSource clahe_oclsrc(clahe.programStr); variable
/external/opencv3/modules/imgproc/src/
Dclahe.cpp57 cv::ocl::Kernel _k("calcLut", cv::ocl::imgproc::clahe_oclsrc); in calcLut()
66 cv::ocl::Kernel k("calcLut", cv::ocl::imgproc::clahe_oclsrc, opts); in calcLut()
96 cv::ocl::Kernel k("transform", cv::ocl::imgproc::clahe_oclsrc); in transform()