Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1455 const Ncv32u NUM_GROW_THREADS = 128; variable
1474 Ncv32u elemAddr = blockId * NUM_GROW_THREADS + threadIdx.x; in growDetectionsKernel()
1520 dim3 block(NUM_GROW_THREADS); in ncvGrowDetectionsVector_device()
1521 dim3 grid((numDetsToCopy + NUM_GROW_THREADS - 1) / NUM_GROW_THREADS); in ncvGrowDetectionsVector_device()