HomeSort by relevance Sort by last modified time
    Searched refs:CV_OCL_RUN_ (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/opencl/
ocl_defs.hpp 14 #define CV_OCL_RUN_(condition, func, ...) \
30 #define CV_OCL_RUN_(condition, func, ...) \
46 #define CV_OCL_RUN_(condition, func, ...) \
55 #define CV_OCL_RUN_(condition, func, ...)
58 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func)
  /external/opencv3/modules/core/src/
stat.cpp     [all...]
umatrix.cpp 913 CV_OCL_RUN_(dims <= 2, ocl_dot(*this, m, r), r)
  /external/opencv3/modules/imgproc/src/
thresh.cpp     [all...]
filter.cpp     [all...]

Completed in 67 milliseconds