Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp35 extern ProgramSource filter2D_oclsrc;
Dopencl_kernels_imgproc.cpp3298 ProgramSource filter2D_oclsrc(filter2D.programStr); variable
/external/opencv3/modules/imgproc/src/
Dfilter.cpp4162 if (!k.create("filter2D", cv::ocl::imgproc::filter2D_oclsrc, opts)) in ocl_filter2D()