Searched refs:ncvIntegralImage_device (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 368 NCVStatus ncvIntegralImage_device(T_in *d_src, Ncv32u srcStep, in ncvIntegralImage_device() function 495 NCVStatus ncvStat = ncvIntegralImage_device((Ncv8u*)NULL, roiSize.width, in nppiStIntegralGetSize_8u32u() 513 NCVStatus ncvStat = ncvIntegralImage_device((Ncv32f*)NULL, roiSize.width * sizeof(Ncv32f), in nppiStIntegralGetSize_32f32f() 549 …NCVStatus ncvStat = ncvIntegralImage_device(d_src, srcStep, d_dst, dstStep, roiSize, gpuAllocator); in nppiStIntegral_8u32u_C1R() 564 …NCVStatus ncvStat = ncvIntegralImage_device(d_src, srcStep, d_dst, dstStep, roiSize, gpuAllocator); in nppiStIntegral_32f32f_C1R()
|