/external/opencv3/modules/cudalegacy/test/ |
D | TestTranspose.cpp | 108 else if (sizeof(T) == sizeof(Ncv64u)) in process() 110 ncvStat = nppiStTranspose_64u_C1R((Ncv64u *)d_img.ptr(), d_img.pitch(), in process() 111 (Ncv64u *)d_dst.ptr(), d_dst.pitch(), in process() 130 else if (sizeof(T) == sizeof(Ncv64u)) in process() 132 ncvStat = nppiStTranspose_64u_C1R_host((Ncv64u *)h_img.ptr(), h_img.pitch(), in process() 133 (Ncv64u *)h_dst.ptr(), h_dst.pitch(), in process() 177 template class TestTranspose<Ncv64u>;
|
D | TestResize.cpp | 120 else if (sizeof(T) == sizeof(Ncv64u)) in process() 122 ncvStat = nppiStDecimate_64u_C1R((Ncv64u *)d_img.ptr(), d_img.pitch(), in process() 123 (Ncv64u *)d_small.ptr(), d_small.pitch(), in process() 143 else if (sizeof(T) == sizeof(Ncv64u)) in process() 145 ncvStat = nppiStDecimate_64u_C1R_host((Ncv64u *)h_img.ptr(), h_img.pitch(), in process() 146 (Ncv64u *)h_small.ptr(), h_small.pitch(), in process() 190 template class TestResize<Ncv64u>;
|
D | TestIntegralImageSquared.cpp | 83 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 85 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() 87 NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII, heightSII); in process()
|
D | main_nvidia.cpp | 352 NCVTestSourceProvider<Ncv64u> testSrcRandom_64u(2010, 0, (Ncv64u) -1, 2048, 2048); in nvidia_NPPST_Resize() 382 NCVTestSourceProvider<Ncv64u> testSrcRandom_64u(2010, 0, (Ncv64u) -1, 2048, 2048); in nvidia_NPPST_Transpose()
|
D | TestRectStdDev.cpp | 108 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 110 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process()
|
D | TestHaarCascadeApplication.cpp | 179 …NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); in process() 183 …NCVMatrixAlloc<Ncv64u> h_sqIntegralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); in process()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 382 NCVStatus nppiStDecimate_64u_C1R(Ncv64u *d_src, Ncv32u srcStep, 383 Ncv64u *d_dst, Ncv32u dstStep, 453 NCVStatus nppiStDecimate_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStep, 454 Ncv64u *h_dst, Ncv32u dstStep, 496 Ncv64u *d_sqsum, Ncv32u sqsumStep, 519 Ncv64u *h_sqsum, Ncv32u sqsumStep, 564 NCVStatus nppiStTranspose_64u_C1R(Ncv64u *d_src, Ncv32u srcStride, 565 Ncv64u *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); 634 NCVStatus nppiStTranspose_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStride, 635 Ncv64u *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); [all …]
|
D | NCV.hpp | 122 typedef uint64_t Ncv64u; typedef 124 typedef unsigned long long Ncv64u; typedef 212 NCV_CT_ASSERT(sizeof(Ncv64u) == 8);
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 127 inline __device__ Ncv64u warpScanInclusive(Ncv64u idata, volatile Ncv64u *s_Data) in warpScanInclusive() 426 Ncv64u *d_dst, Ncv32u dstStep, NcvSize32u roi, in ncvSquaredIntegralImage_device() 435 dstStep >= (roi.width + 1) * sizeof(Ncv64u) && in ncvSquaredIntegralImage_device() 436 dstStep % sizeof(Ncv64u) == 0, NPPST_INVALID_STEP); in ncvSquaredIntegralImage_device() 437 dstStep /= sizeof(Ncv64u); in ncvSquaredIntegralImage_device() 443 Ncv32u PaddedWidthII64 = getPaddedDimension(WidthII, sizeof(Ncv64u), gpuAllocator.alignment()); in ncvSquaredIntegralImage_device() 444 … Ncv32u PaddedHeightII64 = getPaddedDimension(HeightII, sizeof(Ncv64u), gpuAllocator.alignment()); in ncvSquaredIntegralImage_device() 450 NCVMatrixAlloc<Ncv64u> Tmp64(gpuAllocator, PaddedWidthMax, PaddedHeightMax); in ncvSquaredIntegralImage_device() 455 …NCVMatrixReuse<Ncv64u> Tmp64_2(Tmp64.getSegment(), gpuAllocator.alignment(), PaddedWidthII64, Padd… in ncvSquaredIntegralImage_device() 473 <false, Ncv32u, Ncv64u> in ncvSquaredIntegralImage_device() [all …]
|
D | NCVHaarObjectDetection.cu | 1610 NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device() 1620 NCVMatrixAlloc<Ncv64u> d_scaledSqIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device()
|