Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp37 extern ProgramSource filter2DSmall_oclsrc;
Dopencl_kernels_imgproc.cpp3565 ProgramSource filter2DSmall_oclsrc(filter2DSmall.programStr); variable
/external/opencv3/modules/imgproc/src/
Dfilter.cpp4113 if (!k.create("filter2DSmall", cv::ocl::imgproc::filter2DSmall_oclsrc, build_options)) in ocl_filter2D()