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

  /external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.cu 159 Emulation::smem::atomicInc((unsigned int*)labels + cls, n);
181 int aidx = Emulation::smem::atomicInc(nclasses, n);
285 int res = atomicInc(classified, (unsigned int)objects.cols);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
emulation.hpp 89 static __device__ __forceinline__ T atomicInc(T* address, T val)
103 return ::atomicInc(address, val);
  /external/opencv3/modules/cudafeatures2d/src/cuda/
bf_radius_match.cu 104 unsigned int ind = atomicInc(nMatches + queryIdx, (unsigned int) -1);
211 unsigned int ind = atomicInc(nMatches + queryIdx, (unsigned int) -1);
fast.cu     [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
fgd.cu 82 atomicInc(s_WarpHist_ + data, (unsigned int)(-1));
    [all...]

Completed in 165 milliseconds