/external/opencv3/modules/imgproc/src/ |
featureselect.cpp | 95 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize(); local 98 while (wgs2_aligned < (int)wgs) 103 format("-D OP_MAX_EIGEN_VAL -D WGS=%d -D groupnum=%d -D WGS2_ALIGNED=%d%s", 104 (int)wgs, dbsize, wgs2_aligned, haveMask ? " -D HAVE_MASK" : "")); 121 size_t globalsize = dbsize * wgs; 122 if (!k.run(1, &globalsize, &wgs, false)) 126 format("-D OP_MAX_EIGEN_VAL -D WGS=%d -D WGS2_ALIGNED=%d -D groupnum=%d", 127 wgs, wgs2_aligned, dbsize));
|
deriv.cpp | 687 size_t wgs = dev.maxWorkGroupSize(); local 690 const size_t tileSizeYmax = wgs / tileSizeX; 701 (tileSizeX * tileSizeYmin <= wgs) && 711 while ((tileSizeX * tileSizeY > wgs) || (LAPLACIAN_LOCAL_MEM(tileSizeX, tileSizeY, kernelX.cols, loc_mem_cn * 4) > lmsz)) [all...] |
histogram.cpp | [all...] |
templmatch.cpp | 83 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize(); local 86 while (wgs2_aligned < (int)wgs) 92 format("-D CALC_SUM -D T=%s -D T1=%s -D WT=%s -D cn=%d -D convertToWT=%s -D WGS=%d -D WGS2_ALIGNED=%d", 95 (int)wgs, wgs2_aligned)); 107 size_t globalsize = wgs; 108 return k.run(1, &globalsize, &wgs, false); [all...] |
/external/opencv3/modules/core/src/ |
stat.cpp | 1067 size_t wgs = dev.maxWorkGroupSize(); local [all...] |
umatrix.cpp | 867 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize(); 871 while (wgs2_aligned < (int)wgs) 878 "-D WGS=%d -D WGS2_ALIGNED=%d%s%s%s -D kercn=%d", 882 (int)wgs, wgs2_aligned, doubleSupport ? " -D DOUBLE_SUPPORT" : "", 896 size_t globalsize = dbsize * wgs; 897 if (k.run(1, &globalsize, &wgs, false))
|
matrix.cpp | [all...] |