Ncv8u             139 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u x;
Ncv8u             140 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u y;
Ncv8u             141 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u width;
Ncv8u             142 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u height;
Ncv8u             144 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_) : x(x_), y(y_), width(width_), height(height_) {}
Ncv8u             218 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(Ncv8u) == 1);
Ncv8u             508 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u *allocBegin;
Ncv8u             509 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u *begin;
Ncv8u             510 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     Ncv8u *end;
Ncv8u             820 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         return ((T *)((Ncv8u *)this->_ptr + y * this->_pitch))[x];
Ncv8u             997 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
Ncv8u             998 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                                            NcvRect32u *h_rects, Ncv32u numRects, Ncv8u color);
Ncv8u            1005 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_device(Ncv8u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
Ncv8u            1006 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                                              NcvRect32u *d_rects, Ncv32u numRects, Ncv8u color, cudaStream_t cuStream);
Ncv8u              87 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->x = (Ncv8u)rectX;
Ncv8u              88 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->y = (Ncv8u)rectY;
Ncv8u              89 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->width = (Ncv8u)rectWidth;
Ncv8u              90 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->height = (Ncv8u)rectHeight;
Ncv8u             360 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvDetectObjectsMultiScale_device(NCVMatrix<Ncv8u> &d_srcImg,
Ncv8u              91 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp                     Ncv8u nLayers,
Ncv8u             701 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_8u32u_C1R(Ncv8u *d_src, Ncv32u srcStep,
Ncv8u             703 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                                    Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp);
Ncv8u             713 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                                     Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp);
Ncv8u             728 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_8u32u_C1R_host(Ncv8u *h_src, Ncv32u srcStep,
Ncv8u             769 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStSqrIntegral_8u64u_C1R(Ncv8u *d_src, Ncv32u srcStep,
Ncv8u             771 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                                       Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp);
Ncv8u             786 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep,
Ncv8u             842 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                             Ncv32u elemRemove, Ncv8u *pBuffer,
Ncv8u             853 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                             Ncv32s elemRemove, Ncv8u *pBuffer,
Ncv8u             864 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp                             Ncv32f elemRemove, Ncv8u *pBuffer,
Ncv8u             369 modules/cudalegacy/src/NCV.cpp             allocBegin = (Ncv8u *)malloc(capacity);
Ncv8u             377 modules/cudalegacy/src/NCV.cpp         allocBegin = (Ncv8u *)reusePtr;
Ncv8u             382 modules/cudalegacy/src/NCV.cpp         allocBegin = (Ncv8u *)(0x1);
Ncv8u             399 modules/cudalegacy/src/NCV.cpp         if (!bReusesMemory && (allocBegin != (Ncv8u *)(0x1)))
Ncv8u             530 modules/cudalegacy/src/NCV.cpp         seg.begin.ptr = (Ncv8u *)malloc(size);
Ncv8u             867 modules/cudalegacy/src/NCV.cpp NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst,
Ncv8u             873 modules/cudalegacy/src/NCV.cpp                                Ncv8u color)
Ncv8u              51 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv8u  _pixMaxVal<Ncv8u>()  {return UCHAR_MAX;}
Ncv8u              61 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv8u  _pixMinVal<Ncv8u>()  {return 0;}
Ncv8u              71 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar1>  {typedef Ncv8u TBase;};
Ncv8u              72 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar3>  {typedef Ncv8u TBase;};
Ncv8u              73 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar4>  {typedef Ncv8u TBase;};
Ncv8u              90 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 1>  {typedef uchar1 TVec;};
Ncv8u              91 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 3>  {typedef uchar3 TVec;};
Ncv8u              92 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 4>  {typedef uchar4 TVec;};
Ncv8u             107 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv8u &out) {out = (Ncv8u)CLAMP_0_255(a);}
Ncv8u             113 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampNN(Tin &a, Ncv8u &out) {out = (Ncv8u)CLAMP_0_255(a+0.5f);}
Ncv8u             135 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar1 _pixMake(Ncv8u x) {return make_uchar1(x);}
Ncv8u             136 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar3 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z) {return make_uchar3(x,y,z);}
Ncv8u             137 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar4 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z, Ncv8u w) {return make_uchar4(x,y,z,w);}
Ncv8u             108 modules/cudalegacy/test/TestCompact.cpp     NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize);
Ncv8u             126 modules/cudalegacy/test/TestDrawRects.cpp     else if (sizeof(T) == sizeof(Ncv8u))
Ncv8u             128 modules/cudalegacy/test/TestDrawRects.cpp         ncvStat = ncvDrawRects_8u_device((Ncv8u *)d_img.ptr(), d_img.stride(), this->width, this->height,
Ncv8u             129 modules/cudalegacy/test/TestDrawRects.cpp                                          (NcvRect32u *)d_rects.ptr(), this->numRects, (Ncv8u)this->color, 0);
Ncv8u             148 modules/cudalegacy/test/TestDrawRects.cpp     else if (sizeof(T) == sizeof(Ncv8u))
Ncv8u             150 modules/cudalegacy/test/TestDrawRects.cpp         ncvStat = ncvDrawRects_8u_host((Ncv8u *)h_img.ptr(), h_img.stride(), this->width, this->height,
Ncv8u             151 modules/cudalegacy/test/TestDrawRects.cpp                                        (NcvRect32u *)h_rects.ptr(), this->numRects, (Ncv8u)this->color);
Ncv8u             193 modules/cudalegacy/test/TestDrawRects.cpp template class TestDrawRects<Ncv8u>;
Ncv8u              85 modules/cudalegacy/test/TestHaarCascadeApplication.cpp TestHaarCascadeApplication::TestHaarCascadeApplication(std::string testName_, NCVTestSourceProvider<Ncv8u> &src_,
Ncv8u             169 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height);
Ncv8u             171 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height);
Ncv8u             206 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     NCVVectorAlloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqIntegral));
Ncv8u              54 modules/cudalegacy/test/TestHaarCascadeApplication.h     TestHaarCascadeApplication(std::string testName, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u              67 modules/cudalegacy/test/TestHaarCascadeApplication.h     NCVTestSourceProvider<Ncv8u> &src;
Ncv8u              97 modules/cudalegacy/test/TestIntegralImage.cpp     if (sizeof(T_in) == sizeof(Ncv8u))
Ncv8u             112 modules/cudalegacy/test/TestIntegralImage.cpp     NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize);
Ncv8u             123 modules/cudalegacy/test/TestIntegralImage.cpp     if (sizeof(T_in) == sizeof(Ncv8u))
Ncv8u             125 modules/cudalegacy/test/TestIntegralImage.cpp         ncvStat = nppiStIntegral_8u32u_C1R((Ncv8u *)d_img.ptr(), d_img.pitch(),
Ncv8u             147 modules/cudalegacy/test/TestIntegralImage.cpp     if (sizeof(T_in) == sizeof(Ncv8u))
Ncv8u             149 modules/cudalegacy/test/TestIntegralImage.cpp         ncvStat = nppiStIntegral_8u32u_C1R_host((Ncv8u *)h_img.ptr(), h_img.pitch(),
Ncv8u             176 modules/cudalegacy/test/TestIntegralImage.cpp             if (sizeof(T_in) == sizeof(Ncv8u))
Ncv8u             214 modules/cudalegacy/test/TestIntegralImage.cpp template class TestIntegralImage<Ncv8u, Ncv32u>;
Ncv8u              46 modules/cudalegacy/test/TestIntegralImageSquared.cpp TestIntegralImageSquared::TestIntegralImageSquared(std::string testName_, NCVTestSourceProvider<Ncv8u> &src_,
Ncv8u              79 modules/cudalegacy/test/TestIntegralImageSquared.cpp     NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height);
Ncv8u              81 modules/cudalegacy/test/TestIntegralImageSquared.cpp     NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height);
Ncv8u              93 modules/cudalegacy/test/TestIntegralImageSquared.cpp     NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize);
Ncv8u              54 modules/cudalegacy/test/TestIntegralImageSquared.h     TestIntegralImageSquared(std::string testName, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u              66 modules/cudalegacy/test/TestIntegralImageSquared.h     NCVTestSourceProvider<Ncv8u> &src;
Ncv8u              46 modules/cudalegacy/test/TestRectStdDev.cpp TestRectStdDev::TestRectStdDev(std::string testName_, NCVTestSourceProvider<Ncv8u> &src_,
Ncv8u              98 modules/cudalegacy/test/TestRectStdDev.cpp     NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height);
Ncv8u             100 modules/cudalegacy/test/TestRectStdDev.cpp     NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height);
Ncv8u             126 modules/cudalegacy/test/TestRectStdDev.cpp     NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize);
Ncv8u              54 modules/cudalegacy/test/TestRectStdDev.h     TestRectStdDev(std::string testName, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u              67 modules/cudalegacy/test/TestRectStdDev.h     NCVTestSourceProvider<Ncv8u> &src;
Ncv8u              76 modules/cudalegacy/test/main_nvidia.cpp void generateSquaredIntegralTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u              97 modules/cudalegacy/test/main_nvidia.cpp void generateRectStdDevTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u             217 modules/cudalegacy/test/main_nvidia.cpp         else if (sizeof(T) == sizeof(Ncv8u))
Ncv8u             271 modules/cudalegacy/test/main_nvidia.cpp void generateHaarApplicationTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src,
Ncv8u             307 modules/cudalegacy/test/main_nvidia.cpp     NCVTestSourceProvider<Ncv8u> testSrcRandom_8u(2010, 0, 255, 2048, 2048);
Ncv8u             310 modules/cudalegacy/test/main_nvidia.cpp     generateIntegralTests<Ncv8u, Ncv32u>(testListerII, testSrcRandom_8u, 2048, 2048);
Ncv8u             323 modules/cudalegacy/test/main_nvidia.cpp     NCVTestSourceProvider<Ncv8u> testSrcRandom_8u(2010, 0, 255, 2048, 2048);
Ncv8u             337 modules/cudalegacy/test/main_nvidia.cpp     NCVTestSourceProvider<Ncv8u> testSrcRandom_8u(2010, 0, 255, 2048, 2048);
Ncv8u             424 modules/cudalegacy/test/main_nvidia.cpp     NCVTestSourceProvider<Ncv8u> testSrcFacesVGA_8u(path + "group_1_640x480_VGA.pgm");
Ncv8u             452 modules/cudalegacy/test/main_nvidia.cpp     NCVTestSourceProvider<Ncv8u> testSrcRandom_8u(2010, 0, 255, 2048, 2048);
Ncv8u             288 modules/cudaobjdetect/src/cascadeclassifier.cpp         NCVMatrixAlloc<Ncv8u> d_src(gpuCounter, frameSize.width, frameSize.height);
Ncv8u             289 modules/cudaobjdetect/src/cascadeclassifier.cpp         NCVMatrixAlloc<Ncv8u> h_src(cpuCounter, frameSize.width, frameSize.height);
Ncv8u             322 modules/cudaobjdetect/src/cascadeclassifier.cpp         src_beg.ptr = (void*)src.ptr<Ncv8u>();
Ncv8u             329 modules/cudaobjdetect/src/cascadeclassifier.cpp         NCVMatrixReuse<Ncv8u> d_src(src_seg, static_cast<int>(devProp.textureAlignment), src.cols, src.rows, static_cast<int>(src.step), true);
Ncv8u             102 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMatrixAlloc<Ncv8u> d_src(gpuAllocator, width, height);
Ncv8u             104 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMatrixAlloc<Ncv8u> h_src(cpuAllocator, width, height);