Searched refs:g_counter (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_circles.cu | 57 __device__ int g_counter; variable 148 const int idx = ::atomicAdd(&g_counter, 1); in buildCentersList() 157 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in buildCentersList_gpu() 222 const int ind = ::atomicAdd(&g_counter, 1); in circlesAccumRadius() 233 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in circlesAccumRadius_gpu()
|
D | build_point_list.cu | 52 __device__ int g_counter; variable 97 const int globalOffset = atomicAdd(&g_counter, totalSize); in buildPointList() 116 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in buildPointList_gpu()
|
D | gftt.cu | 57 __device__ int g_counter = 0; variable 85 const int ind = ::atomicAdd(&g_counter, 1); in findCorners() 97 cudaSafeCall( cudaGetSymbolAddress(&counter_ptr, g_counter) ); in findCorners_gpu()
|
D | hough_segments.cu | 52 __device__ int g_counter; variable 185 const int ind = ::atomicAdd(&g_counter, 1); in houghLinesProbabilistic() 205 const int ind = ::atomicAdd(&g_counter, 1); in houghLinesProbabilistic() 220 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in houghLinesProbabilistic_gpu()
|
D | hough_lines.cu | 56 __device__ int g_counter; variable 168 const int ind = ::atomicAdd(&g_counter, 1); in linesGetResult() 180 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in linesGetResult_gpu()
|
D | generalized_hough.cu | 61 __device__ int g_counter; variable 121 const int globalOffset = atomicAdd(&g_counter, totalSize); in buildEdgePointList() 144 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in buildEdgePointList_gpu() 275 const int ind = ::atomicAdd(&g_counter, 1); in Ballard_Pos_findPosInHist() 288 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in Ballard_Pos_findPosInHist_gpu() 781 const int ind = ::atomicAdd(&g_counter, 1); in Guil_Full_findPosInHist() 796 cudaSafeCall( cudaGetSymbolAddress(&counterPtr, g_counter) ); in Guil_Full_findPosInHist_gpu()
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | fast.cu | 52 __device__ unsigned int g_counter = 0; variable 272 const unsigned int ind = atomicInc(&g_counter, (unsigned int)(-1)); in calcKeypoints() 285 cudaSafeCall( cudaGetSymbolAddress(&counter_ptr, g_counter) ); in calcKeypoints_gpu() 349 const unsigned int ind = atomicInc(&g_counter, (unsigned int)(-1)); in nonmaxSuppression() 362 cudaSafeCall( cudaGetSymbolAddress(&counter_ptr, g_counter) ); in nonmaxSuppression_gpu()
|