OPENCV_CUDA_WARP_SIZE 187 modules/core/include/opencv2/core/cuda/scan.hpp for (int i = 1; i <= (OPENCV_CUDA_WARP_SIZE / 2); i *= 2) OPENCV_CUDA_WARP_SIZE 196 modules/core/include/opencv2/core/cuda/scan.hpp unsigned int pos = 2 * tid - (tid & (OPENCV_CUDA_WARP_SIZE - 1)); OPENCV_CUDA_WARP_SIZE 198 modules/core/include/opencv2/core/cuda/scan.hpp pos += OPENCV_CUDA_WARP_SIZE; OPENCV_CUDA_WARP_SIZE 220 modules/core/include/opencv2/core/cuda/scan.hpp if (tiNumScanThreads > OPENCV_CUDA_WARP_SIZE) OPENCV_CUDA_WARP_SIZE 228 modules/core/include/opencv2/core/cuda/scan.hpp if ((tid & (OPENCV_CUDA_WARP_SIZE - 1)) == (OPENCV_CUDA_WARP_SIZE - 1)) OPENCV_CUDA_WARP_SIZE 236 modules/core/include/opencv2/core/cuda/scan.hpp if (tid < (tiNumScanThreads / OPENCV_CUDA_WARP_SIZE) )