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

  /external/opencv3/modules/imgproc/src/
featureselect.cpp 94 int dbsize = ocl::Device::getDefault().maxComputeUnits(); local
104 (int)wgs, dbsize, wgs2_aligned, haveMask ? " -D HAVE_MASK" : ""));
109 maxEigenValue.create(1, dbsize, CV_32FC1);
121 size_t globalsize = dbsize * wgs;
127 wgs, wgs2_aligned, dbsize));
  /external/opencv3/modules/core/src/
umatrix.cpp 866 int dbsize = ocl::Device::getDefault().maxComputeUnits();
888 UMat db(1, dbsize, ddepth);
894 k.args(src1arg, src1.cols, (int)src1.total(), dbsize, dbarg, src2arg);
896 size_t globalsize = dbsize * wgs;
stat.cpp 1066 int ngroups = dev.maxComputeUnits(), dbsize = ngroups * (calc2 ? 2 : 1); local
    [all...]

Completed in 76 milliseconds