Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dfgd.cu96 const int HISTOGRAM_THREADBLOCK_MEMORY = HISTOGRAM_WARP_COUNT * HISTOGRAM_BIN_COUNT; in calcPartialHistogram() local
99 __shared__ unsigned int s_Hist0[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()
100 __shared__ unsigned int s_Hist1[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()
101 __shared__ unsigned int s_Hist2[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()
105 for (int i = 0; i < (HISTOGRAM_THREADBLOCK_MEMORY / HISTOGRAM_THREADBLOCK_SIZE); ++i) in calcPartialHistogram()