Home
last modified time | relevance | path

Searched refs:preferedWorkGroupSizeMultiple (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/objdetect/src/
Dhog.cpp1141 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_compute_hists()
1214 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_normalize_hists()
1233 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_normalize_hists()
1660 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()
1676 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()
1692 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()
/external/opencv3/modules/imgproc/src/
Dclahe.cpp64 opts = cv::format("-D WAVE_SIZE=%d", _k.preferedWorkGroupSizeMultiple()); in calcLut()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp524 size_t preferedWorkGroupSizeMultiple() const;
/external/opencv3/modules/video/src/
Dlkpyramid.cpp950 waveSize = (int)kernel.preferedWorkGroupSizeMultiple(); in initWaveSize()
/external/opencv3/modules/core/src/
Docl.cpp3437 size_t Kernel::preferedWorkGroupSizeMultiple() const in preferedWorkGroupSizeMultiple() function in cv::ocl::Kernel