Searched defs:warpResult (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/block/
H A Dscan.hpp63 T warpResult = warpScanInclusive(data, smem, tid); local
71 smem[tid >> LOG_WARP_SIZE] = warpResult;
88 return warpResult + smem[tid >> LOG_WARP_SIZE];
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dscan.hpp223 T warpResult = warpScanInclusive(idata, s_Data, tid); local
230 s_Data[tid >> OPENCV_CUDA_LOG_WARP_SIZE] = warpResult;
247 return warpResult + s_Data[tid >> OPENCV_CUDA_LOG_WARP_SIZE];

Completed in 153 milliseconds