Ncv32u 162 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u x; ///< x-coordinate of upper left corner. Ncv32u 163 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u y; ///< y-coordinate of upper left corner. Ncv32u 164 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u width; ///< Rectangle width. Ncv32u 165 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u height; ///< Rectangle height. Ncv32u 167 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32u(Ncv32u x_, Ncv32u y_, Ncv32u width_, Ncv32u height_) Ncv32u 183 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u width; ///< Rectangle width. Ncv32u 184 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u height; ///< Rectangle height. Ncv32u 186 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32u(Ncv32u width_, Ncv32u height_) : width(width_), height(height_) {} Ncv32u 202 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u x; ///< Point X. Ncv32u 203 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u y; ///< Point Y. Ncv32u 205 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_) : x(x_), y(y_) {} Ncv32u 214 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(Ncv32u) == 4); Ncv32u 221 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect8u) == sizeof(Ncv32u)); Ncv32u 223 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect32u) == 4 * sizeof(Ncv32u)); Ncv32u 224 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvSize32u) == 2 * sizeof(Ncv32u)); Ncv32u 225 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvPoint2D32u) == 2 * sizeof(Ncv32u)); Ncv32u 236 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp const Ncv32u K_WARP_SIZE = 32; Ncv32u 237 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp const Ncv32u K_LOG2_WARP_SIZE = 5; Ncv32u 376 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp typedef Ncv32u NCVStatus; Ncv32u 421 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS Ncv32u alignUp(Ncv32u what, Ncv32u alignment); Ncv32u 473 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual Ncv32u alignment(void) const = 0; Ncv32u 490 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp explicit NCVMemStackAllocator(Ncv32u alignment); Ncv32u 491 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMemStackAllocator(NCVMemoryType memT, size_t capacity, Ncv32u alignment, void *reusePtr=NULL); Ncv32u 501 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual Ncv32u alignment(void) const; Ncv32u 507 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u _alignment; Ncv32u 524 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment); Ncv32u 534 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual Ncv32u alignment(void) const; Ncv32u 543 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u _alignment; Ncv32u 557 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, Ncv32u 558 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp const void *src, Ncv32u srcPitch, NCVMemoryType srcType, Ncv32u 559 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream); Ncv32u 637 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVVectorAlloc(INCVMemAllocator &allocator_, Ncv32u length_) Ncv32u 669 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u getAllocatorsAlignment() const Ncv32u 708 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVVectorReuse(const NCVMemSegment &memSegment, Ncv32u length_) Ncv32u 760 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u stride() const Ncv32u 812 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp T& at(Ncv32u x, Ncv32u y) const Ncv32u 824 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u width() const {return this->_width;} Ncv32u 825 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u height() const {return this->_height;} Ncv32u 827 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u pitch() const {return this->_pitch;} Ncv32u 833 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u _width; Ncv32u 834 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u _height; Ncv32u 835 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u _pitch; Ncv32u 851 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixAlloc(INCVMemAllocator &allocator_, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0) Ncv32u 860 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u widthBytes = width_ * sizeof(T); Ncv32u 861 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u pitchBytes = alignUp(widthBytes, allocator.alignment()); Ncv32u 871 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u requiredAllocSize = pitchBytes * height_; Ncv32u 898 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u getAllocatorsAlignment() const Ncv32u 926 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false) Ncv32u 931 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u widthBytes = width_ * sizeof(T); Ncv32u 932 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u pitchBytes = alignUp(widthBytes, alignment); Ncv32u 993 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, Ncv32u &numHypotheses, Ncv32u 994 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u minNeighbors, Ncv32f intersectEps, NCVVector<Ncv32u> *hypothesesWeights); Ncv32u 997 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, Ncv32u 998 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv8u color); Ncv32u 1001 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, Ncv32u 1002 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv32u color); Ncv32u 1005 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_device(Ncv8u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, Ncv32u 1006 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv8u color, cudaStream_t cuStream); Ncv32u 1009 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_32u_device(Ncv32u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, Ncv32u 1010 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv32u color, cudaStream_t cuStream); Ncv32u 78 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp Ncv32u number_of_inner_iterations; Ncv32u 80 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp Ncv32u number_of_outer_iterations; Ncv32u 82 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp Ncv32u number_of_solver_iterations; Ncv32u 84 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ NCVStatus setRect(Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u /*clsWidth*/, Ncv32u /*clsHeight*/) Ncv32u 100 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __device__ __host__ void getRect(Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight) Ncv32u 127 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u desc; Ncv32u 132 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u numFeatures, Ncv32u offsetFeatures) Ncv32u 166 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __device__ __host__ Ncv32u getNumFeatures(void) Ncv32u 171 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __device__ __host__ Ncv32u getFeaturesOffset(void) Ncv32u 187 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ NCVStatus create(Ncv32u offsetHaarClassifierNode) Ncv32u 205 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __device__ __host__ Ncv32u getNextNodeOffset(void) Ncv32u 212 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp typedef Ncv32u __attribute__((__may_alias__)) Ncv32u_a; Ncv32u 214 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp typedef Ncv32u Ncv32u_a; Ncv32u 223 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp this->_ui4.x = *(Ncv32u *)&f; Ncv32u 281 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ NCVStatus setStartClassifierRootNodeOffset(Ncv32u val) Ncv32u 291 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ NCVStatus setNumClassifierRootNodes(Ncv32u val) Ncv32u 306 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ __device__ Ncv32u getStartClassifierRootNodeOffset(void) Ncv32u 311 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp __host__ __device__ Ncv32u getNumClassifierRootNodes(void) Ncv32u 334 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u NumStages; Ncv32u 335 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u NumClassifierRootNodes; Ncv32u 336 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u NumClassifierTotalNodes; Ncv32u 337 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u NumFeatures; Ncv32u 363 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &dstNumRects, Ncv32u 372 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u minNeighbors, //default 4 Ncv32u 374 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u pixelStep, //default 1 Ncv32u 375 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u flags, //default NCVPipeObjDet_Default Ncv32u 387 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix<Ncv32u> &d_integralImage, Ncv32u 389 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVMatrixAlloc<Ncv32u> &d_pixelMask, Ncv32u 390 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &numDetections, Ncv32u 398 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u pixelStep, Ncv32u 406 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_host(NCVMatrix<Ncv32u> &h_integralImage, Ncv32u 408 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVMatrixAlloc<Ncv32u> &h_pixelMask, Ncv32u 409 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &numDetections, Ncv32u 416 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u pixelStep, Ncv32u 423 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvGrowDetectionsVector_device(NCVVector<Ncv32u> &pixelMask, Ncv32u 424 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u numPixelMaskDetections, Ncv32u 426 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &totalDetections, Ncv32u 427 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u totalMaxDetections, Ncv32u 428 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u rectWidth, Ncv32u 429 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u rectHeight, Ncv32u 434 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvGrowDetectionsVector_host(NCVVector<Ncv32u> &pixelMask, Ncv32u 435 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u numPixelMaskDetections, Ncv32u 437 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &totalDetections, Ncv32u 438 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u totalMaxDetections, Ncv32u 439 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u rectWidth, Ncv32u 440 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u rectHeight, Ncv32u 444 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvHaarGetClassifierSize(const cv::String &filename, Ncv32u &numStages, Ncv32u 445 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp Ncv32u &numNodes, Ncv32u &numFeatures); Ncv32u 71 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp const Ncv32u nElem = this->_arr.size(); Ncv32u 72 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp for (Ncv32u i=0; i<nElem; i++) Ncv32u 106 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp Ncv32u nLayers; Ncv32u 117 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nStep; ///< pitch Ncv32u 142 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nStep, Ncv32u 143 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *hpSize); Ncv32u 179 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 182 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nDstStep, Ncv32u 213 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 216 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nDstStep, Ncv32u 235 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 236 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *hpSize); Ncv32u 262 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 265 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nVFStep, Ncv32u 294 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 297 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nVFStep, Ncv32u 324 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nSrcStep, Ncv32u 328 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u nDstStep, Ncv32u 349 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32u_C1R(Ncv32u *d_src, Ncv32u srcStep, Ncv32u 350 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *d_dst, Ncv32u dstStep, Ncv32u 351 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 360 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32s_C1R(Ncv32s *d_src, Ncv32u srcStep, Ncv32u 361 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u dstStep, Ncv32u 362 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 371 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32f_C1R(Ncv32f *d_src, Ncv32u srcStep, Ncv32u 372 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *d_dst, Ncv32u dstStep, Ncv32u 373 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 382 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64u_C1R(Ncv64u *d_src, Ncv32u srcStep, Ncv32u 383 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *d_dst, Ncv32u dstStep, Ncv32u 384 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 393 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64s_C1R(Ncv64s *d_src, Ncv32u srcStep, Ncv32u 394 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64s *d_dst, Ncv32u dstStep, Ncv32u 395 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 404 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64f_C1R(Ncv64f *d_src, Ncv32u srcStep, Ncv32u 405 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64f *d_dst, Ncv32u dstStep, Ncv32u 406 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale, Ncv32u 423 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32u_C1R_host(Ncv32u *h_src, Ncv32u srcStep, Ncv32u 424 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *h_dst, Ncv32u dstStep, Ncv32u 425 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 433 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStep, Ncv32u 434 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u dstStep, Ncv32u 435 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 443 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32f_C1R_host(Ncv32f *h_src, Ncv32u srcStep, Ncv32u 444 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *h_dst, Ncv32u dstStep, Ncv32u 445 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 453 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStep, Ncv32u 454 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *h_dst, Ncv32u dstStep, Ncv32u 455 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 463 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64s_C1R_host(Ncv64s *h_src, Ncv32u srcStep, Ncv32u 464 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64s *h_dst, Ncv32u dstStep, Ncv32u 465 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 473 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_64f_C1R_host(Ncv64f *h_src, Ncv32u srcStep, Ncv32u 474 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64f *h_dst, Ncv32u dstStep, Ncv32u 475 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u srcRoi, Ncv32u scale); Ncv32u 495 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStRectStdDev_32f_C1R(Ncv32u *d_sum, Ncv32u sumStep, Ncv32u 496 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *d_sqsum, Ncv32u sqsumStep, Ncv32u 497 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *d_norm, Ncv32u normStep, Ncv32u 518 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep, Ncv32u 519 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *h_sqsum, Ncv32u sqsumStep, Ncv32u 520 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *h_norm, Ncv32u normStep, Ncv32u 537 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32u_C1R(Ncv32u *d_src, Ncv32u srcStride, Ncv32u 538 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 546 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32s_C1R(Ncv32s *d_src, Ncv32u srcStride, Ncv32u 547 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 555 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32f_C1R(Ncv32f *d_src, Ncv32u srcStride, Ncv32u 556 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 564 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64u_C1R(Ncv64u *d_src, Ncv32u srcStride, Ncv32u 565 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 573 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64s_C1R(Ncv64s *d_src, Ncv32u srcStride, Ncv32u 574 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 582 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64f_C1R(Ncv64f *d_src, Ncv32u srcStride, Ncv32u 583 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64f *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 591 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_128_C1R(void *d_src, Ncv32u srcStep, Ncv32u 592 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp void *d_dst, Ncv32u dstStep, NcvSize32u srcRoi); Ncv32u 607 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32u_C1R_host(Ncv32u *h_src, Ncv32u srcStride, Ncv32u 608 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 616 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStride, Ncv32u 617 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 625 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32f_C1R_host(Ncv32f *h_src, Ncv32u srcStride, Ncv32u 626 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 634 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStride, Ncv32u 635 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 643 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64s_C1R_host(Ncv64s *h_src, Ncv32u srcStride, Ncv32u 644 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64s *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 652 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_64f_C1R_host(Ncv64f *h_src, Ncv32u srcStride, Ncv32u 653 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64f *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32u 661 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_128_C1R_host(void *d_src, Ncv32u srcStep, Ncv32u 662 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp void *d_dst, Ncv32u dstStep, NcvSize32u srcRoi); Ncv32u 675 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegralGetSize_8u32u(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 683 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegralGetSize_32f32f(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 701 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_8u32u_C1R(Ncv8u *d_src, Ncv32u srcStep, Ncv32u 702 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv32u 703 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 711 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_32f32f_C1R(Ncv32f *d_src, Ncv32u srcStep, Ncv32u 712 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv32u 713 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 728 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_8u32u_C1R_host(Ncv8u *h_src, Ncv32u srcStep, Ncv32u 729 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *h_dst, Ncv32u dstStep, NcvSize32u roiSize); Ncv32u 737 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStIntegral_32f32f_C1R_host(Ncv32f *h_src, Ncv32u srcStep, Ncv32u 738 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *h_dst, Ncv32u dstStep, NcvSize32u roiSize); Ncv32u 751 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStSqrIntegralGetSize_8u64u(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 769 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStSqrIntegral_8u64u_C1R(Ncv8u *d_src, Ncv32u srcStep, Ncv32u 770 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv32u 771 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 786 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep, Ncv32u 787 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u roiSize); Ncv32u 808 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompactGetSize_32u(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 815 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompactGetSize_32s(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 822 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompactGetSize_32f(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp); Ncv32u 840 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32u(Ncv32u *d_src, Ncv32u srcLen, Ncv32u 841 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *d_dst, Ncv32u *p_dstLen, Ncv32u 842 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u elemRemove, Ncv8u *pBuffer, Ncv32u 843 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 851 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32s(Ncv32s *d_src, Ncv32u srcLen, Ncv32u 852 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u *p_dstLen, Ncv32u 854 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 862 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32f(Ncv32f *d_src, Ncv32u srcLen, Ncv32u 863 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *d_dst, Ncv32u *p_dstLen, Ncv32u 865 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u bufSize, cudaDeviceProp &devProp); Ncv32u 880 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32u_host(Ncv32u *h_src, Ncv32u srcLen, Ncv32u 881 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32u *h_dst, Ncv32u *dstLen, Ncv32u elemRemove); Ncv32u 889 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32s_host(Ncv32s *h_src, Ncv32u srcLen, Ncv32u 890 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u *dstLen, Ncv32s elemRemove); Ncv32u 898 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32f_host(Ncv32f *h_src, Ncv32u srcLen, Ncv32u 899 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32f *h_dst, Ncv32u *dstLen, Ncv32f elemRemove); Ncv32u 160 modules/cudalegacy/src/NCV.cpp Ncv32u alignUp(Ncv32u what, Ncv32u alignment) Ncv32u 162 modules/cudalegacy/src/NCV.cpp Ncv32u alignMask = alignment-1; Ncv32u 163 modules/cudalegacy/src/NCV.cpp Ncv32u inverseAlignMask = ~alignMask; Ncv32u 164 modules/cudalegacy/src/NCV.cpp Ncv32u res = (what + alignMask) & inverseAlignMask; Ncv32u 250 modules/cudalegacy/src/NCV.cpp NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, Ncv32u 251 modules/cudalegacy/src/NCV.cpp const void *src, Ncv32u srcPitch, NCVMemoryType srcType, Ncv32u 252 modules/cudalegacy/src/NCV.cpp Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream) Ncv32u 263 modules/cudalegacy/src/NCV.cpp for (Ncv32u i=0; i<height; i++) Ncv32u 329 modules/cudalegacy/src/NCV.cpp NCVMemStackAllocator::NCVMemStackAllocator(Ncv32u alignment_) : Ncv32u 344 modules/cudalegacy/src/NCV.cpp NCVMemStackAllocator::NCVMemStackAllocator(NCVMemoryType memT, size_t capacity, Ncv32u alignment_, void *reusePtr) : Ncv32u 426 modules/cudalegacy/src/NCV.cpp size = alignUp(static_cast<Ncv32u>(size), this->_alignment); Ncv32u 481 modules/cudalegacy/src/NCV.cpp Ncv32u NCVMemStackAllocator::alignment(void) const Ncv32u 500 modules/cudalegacy/src/NCV.cpp NCVMemNativeAllocator::NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment_) : Ncv32u 535 modules/cudalegacy/src/NCV.cpp this->currentSize += alignUp(static_cast<Ncv32u>(size), this->_alignment); Ncv32u 551 modules/cudalegacy/src/NCV.cpp ncvAssertReturn(currentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOCATOR_BAD_DEALLOC); Ncv32u 552 modules/cudalegacy/src/NCV.cpp currentSize -= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment); Ncv32u 592 modules/cudalegacy/src/NCV.cpp Ncv32u NCVMemNativeAllocator::alignment(void) const Ncv32u 738 modules/cudalegacy/src/NCV.cpp static void groupRectangles(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, std::vector<Ncv32u> *weights) Ncv32u 768 modules/cudalegacy/src/NCV.cpp Ncv32u &numHypotheses, Ncv32u 769 modules/cudalegacy/src/NCV.cpp Ncv32u minNeighbors, Ncv32u 771 modules/cudalegacy/src/NCV.cpp NCVVector<Ncv32u> *hypothesesWeights) Ncv32u 789 modules/cudalegacy/src/NCV.cpp std::vector<Ncv32u> weights; Ncv32u 799 modules/cudalegacy/src/NCV.cpp numHypotheses = (Ncv32u)rects.size(); Ncv32u 807 modules/cudalegacy/src/NCV.cpp memcpy(hypothesesWeights->ptr(), &weights[0], numHypotheses * sizeof(Ncv32u)); Ncv32u 816 modules/cudalegacy/src/NCV.cpp Ncv32u dstStride, Ncv32u 817 modules/cudalegacy/src/NCV.cpp Ncv32u dstWidth, Ncv32u 818 modules/cudalegacy/src/NCV.cpp Ncv32u dstHeight, Ncv32u 820 modules/cudalegacy/src/NCV.cpp Ncv32u numRects, Ncv32u 829 modules/cudalegacy/src/NCV.cpp for (Ncv32u i=0; i<numRects; i++) Ncv32u 835 modules/cudalegacy/src/NCV.cpp for (Ncv32u each=rect.y; each<rect.y+rect.height && each<dstHeight; each++) Ncv32u 842 modules/cudalegacy/src/NCV.cpp for (Ncv32u each=rect.y; each<rect.y+rect.height && each<dstHeight; each++) Ncv32u 849 modules/cudalegacy/src/NCV.cpp for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++) Ncv32u 856 modules/cudalegacy/src/NCV.cpp for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++) Ncv32u 868 modules/cudalegacy/src/NCV.cpp Ncv32u dstStride, Ncv32u 869 modules/cudalegacy/src/NCV.cpp Ncv32u dstWidth, Ncv32u 870 modules/cudalegacy/src/NCV.cpp Ncv32u dstHeight, Ncv32u 872 modules/cudalegacy/src/NCV.cpp Ncv32u numRects, Ncv32u 879 modules/cudalegacy/src/NCV.cpp NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, Ncv32u 880 modules/cudalegacy/src/NCV.cpp Ncv32u dstStride, Ncv32u 881 modules/cudalegacy/src/NCV.cpp Ncv32u dstWidth, Ncv32u 882 modules/cudalegacy/src/NCV.cpp Ncv32u dstHeight, Ncv32u 884 modules/cudalegacy/src/NCV.cpp Ncv32u numRects, Ncv32u 885 modules/cudalegacy/src/NCV.cpp Ncv32u color) Ncv32u 110 modules/cudalegacy/src/cuda/NCVAlg.hpp template<typename Tdata, class Tfunc, Ncv32u nThreads> Ncv32u 87 modules/cudalegacy/src/cuda/NCVColorConversion.hpp for (Ncv32u i=0; i<h_imgIn.height(); i++) Ncv32u 89 modules/cudalegacy/src/cuda/NCVColorConversion.hpp for (Ncv32u j=0; j<h_imgIn.width(); j++) Ncv32u 53 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv32u _pixMaxVal<Ncv32u>() {return UINT_MAX;} Ncv32u 63 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv32u _pixMinVal<Ncv32u>() {return 0;} Ncv32u 77 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;}; Ncv32u 78 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;}; Ncv32u 79 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint4> {typedef Ncv32u TBase;}; Ncv32u 89 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename TBase, Ncv32u NC> struct TConvBase2Vec; Ncv32u 96 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;}; Ncv32u 97 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 3> {typedef uint3 TVec;}; Ncv32u 98 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 4> {typedef uint4 TVec;}; Ncv32u 109 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv32u &out) {out = (Ncv32u)CLAMP(a, 0, UINT_MAX);} Ncv32u 115 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampNN(Tin &a, Ncv32u &out) {out = (Ncv32u)CLAMP(a+0.5f, 0, UINT_MAX);} Ncv32u 141 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint1 _pixMake(Ncv32u x) {return make_uint1(x);} Ncv32u 142 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint3 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z) {return make_uint3(x,y,z);} Ncv32u 143 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint4 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z, Ncv32u w) {return make_uint4(x,y,z,w);} Ncv32u 152 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin, typename Tout, Ncv32u CN> struct __pixDemoteClampZ_CN {static __host__ __device__ Tout _pixDemoteClampZ_CN(Tin &pix);}; Ncv32u 189 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin, typename Tout, Ncv32u CN> struct __pixDemoteClampNN_CN {static __host__ __device__ Tout _pixDemoteClampNN_CN(Tin &pix);}; Ncv32u 226 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin, typename Tout, typename Tw, Ncv32u CN> struct __pixScale_CN {static __host__ __device__ Tout _pixScale_CN(Tin &pix, Tw w);}; Ncv32u 266 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin, typename Tout, Ncv32u CN> struct __pixAdd_CN {static __host__ __device__ Tout _pixAdd_CN(Tout &pix1, Tin &pix2);}; Ncv32u 303 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin, typename Tout, Ncv32u CN> struct __pixDist_CN {static __host__ __device__ Tout _pixDist_CN(Tin &pix1, Tin &pix2);}; Ncv32u 341 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;}; Ncv32u 342 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<uchar3> {typedef Ncv32u type;}; Ncv32u 343 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<uchar4> {typedef Ncv32u type;}; Ncv32u 344 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;}; Ncv32u 345 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<ushort3> {typedef Ncv32u type;}; Ncv32u 346 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<ushort4> {typedef Ncv32u type;}; Ncv32u 91 modules/cudalegacy/src/interpolate_frames.cpp state.nStep = static_cast<Ncv32u>(step); Ncv32u 70 modules/cudalegacy/test/NCVAutoTestLister.hpp Ncv32u nPassed = 0; Ncv32u 71 modules/cudalegacy/test/NCVAutoTestLister.hpp Ncv32u nFailed = 0; Ncv32u 72 modules/cudalegacy/test/NCVAutoTestLister.hpp Ncv32u nFailedMem = 0; Ncv32u 81 modules/cudalegacy/test/NCVAutoTestLister.hpp for (Ncv32u i=0; i<this->tests.size(); i++) Ncv32u 152 modules/cudalegacy/test/NCVAutoTestLister.hpp for (Ncv32u i=0; i<this->tests.size(); i++) Ncv32u 64 modules/cudalegacy/test/NCVTest.hpp std::map<std::string, Ncv32u> statsNums; Ncv32u 163 modules/cudalegacy/test/NCVTest.hpp this->allocatorGPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 164 modules/cudalegacy/test/NCVTest.hpp this->allocatorCPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 179 modules/cudalegacy/test/NCVTest.hpp Ncv32u maxGPUsize = (Ncv32u)this->allocatorGPU.get()->maxSize(); Ncv32u 180 modules/cudalegacy/test/NCVTest.hpp Ncv32u maxCPUsize = (Ncv32u)this->allocatorCPU.get()->maxSize(); Ncv32u 185 modules/cudalegacy/test/NCVTest.hpp this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 187 modules/cudalegacy/test/NCVTest.hpp this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 221 modules/cudalegacy/test/NCVTest.hpp for (std::map<std::string,Ncv32u>::iterator it=report.statsNums.begin(); Ncv32u 57 modules/cudalegacy/test/NCVTestSourceProvider.hpp NCVTestSourceProvider(Ncv32u seed, T rangeLow, T rangeHigh, Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 70 modules/cudalegacy/test/NCVTestSourceProvider.hpp allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 79 modules/cudalegacy/test/NCVTestSourceProvider.hpp for (Ncv32u i=0; i<maxHeight; i++) Ncv32u 81 modules/cudalegacy/test/NCVTestSourceProvider.hpp for (Ncv32u j=0; j<data.get()->stride(); j++) Ncv32u 105 modules/cudalegacy/test/NCVTestSourceProvider.hpp allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 128 modules/cudalegacy/test/NCVTestSourceProvider.hpp for (Ncv32u i=0; i<dst.height(); i++) Ncv32u 130 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcLine = i % this->dataHeight; Ncv32u 132 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcFullChunks = dst.width() / this->dataWidth; Ncv32u 133 modules/cudalegacy/test/NCVTestSourceProvider.hpp for (Ncv32u j=0; j<srcFullChunks; j++) Ncv32u 140 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcLastChunk = dst.width() % this->dataWidth; Ncv32u 159 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcLen = this->dataWidth * this->dataHeight; Ncv32u 161 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcFullChunks = (Ncv32u)dst.length() / srcLen; Ncv32u 162 modules/cudalegacy/test/NCVTestSourceProvider.hpp for (Ncv32u j=0; j<srcFullChunks; j++) Ncv32u 167 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u srcLastChunk = dst.length() % srcLen; Ncv32u 189 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u dataWidth; Ncv32u 190 modules/cudalegacy/test/NCVTestSourceProvider.hpp Ncv32u dataHeight; Ncv32u 45 modules/cudalegacy/test/TestCompact.cpp TestCompact::TestCompact(std::string testName_, NCVTestSourceProvider<Ncv32u> &src_, Ncv32u 46 modules/cudalegacy/test/TestCompact.cpp Ncv32u length_, Ncv32u badElem_, Ncv32u badElemPercentage_) Ncv32u 77 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->length); Ncv32u 79 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->length); Ncv32u 82 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecDst(*this->allocatorCPU.get(), this->length); Ncv32u 84 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> d_vecDst(*this->allocatorGPU.get(), this->length); Ncv32u 86 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecDst_d(*this->allocatorCPU.get(), this->length); Ncv32u 92 modules/cudalegacy/test/TestCompact.cpp for (Ncv32u i=0; i<this->length; i++) Ncv32u 94 modules/cudalegacy/test/TestCompact.cpp Ncv32u tmp = (h_vecSrc.ptr()[i]) & 0xFF; Ncv32u 103 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_dstLen(*this->allocatorCPU.get(), 1); Ncv32u 105 modules/cudalegacy/test/TestCompact.cpp Ncv32u bufSize; Ncv32u 111 modules/cudalegacy/test/TestCompact.cpp Ncv32u h_outElemNum_h = 0; Ncv32u 137 modules/cudalegacy/test/TestCompact.cpp for (Ncv32u i=0; bLoopVirgin && i < h_outElemNum_h; i++) Ncv32u 54 modules/cudalegacy/test/TestCompact.h TestCompact(std::string testName, NCVTestSourceProvider<Ncv32u> &src, Ncv32u 55 modules/cudalegacy/test/TestCompact.h Ncv32u length, Ncv32u badElem, Ncv32u badElemPercentage); Ncv32u 67 modules/cudalegacy/test/TestCompact.h NCVTestSourceProvider<Ncv32u> &src; Ncv32u 68 modules/cudalegacy/test/TestCompact.h Ncv32u length; Ncv32u 69 modules/cudalegacy/test/TestCompact.h Ncv32u badElem; Ncv32u 70 modules/cudalegacy/test/TestCompact.h Ncv32u badElemPercentage; Ncv32u 48 modules/cudalegacy/test/TestDrawRects.cpp NCVTestSourceProvider<Ncv32u> &src32u_, Ncv32u 49 modules/cudalegacy/test/TestDrawRects.cpp Ncv32u width_, Ncv32u height_, Ncv32u numRects_, T color_) Ncv32u 107 modules/cudalegacy/test/TestDrawRects.cpp NCVVectorReuse<Ncv32u> h_rects_as32u(h_rects.getSegment()); Ncv32u 110 modules/cudalegacy/test/TestDrawRects.cpp for (Ncv32u i=0; i<this->numRects; i++) Ncv32u 112 modules/cudalegacy/test/TestDrawRects.cpp h_rects.ptr()[i].x = (Ncv32u)(((1.0 * h_rects.ptr()[i].x) / RAND_MAX) * (this->width-2)); Ncv32u 113 modules/cudalegacy/test/TestDrawRects.cpp h_rects.ptr()[i].y = (Ncv32u)(((1.0 * h_rects.ptr()[i].y) / RAND_MAX) * (this->height-2)); Ncv32u 114 modules/cudalegacy/test/TestDrawRects.cpp h_rects.ptr()[i].width = (Ncv32u)(((1.0 * h_rects.ptr()[i].width) / RAND_MAX) * (this->width+10 - h_rects.ptr()[i].x)); Ncv32u 115 modules/cudalegacy/test/TestDrawRects.cpp h_rects.ptr()[i].height = (Ncv32u)(((1.0 * h_rects.ptr()[i].height) / RAND_MAX) * (this->height+10 - h_rects.ptr()[i].y)); Ncv32u 121 modules/cudalegacy/test/TestDrawRects.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 123 modules/cudalegacy/test/TestDrawRects.cpp ncvStat = ncvDrawRects_32u_device((Ncv32u *)d_img.ptr(), d_img.stride(), this->width, this->height, Ncv32u 143 modules/cudalegacy/test/TestDrawRects.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 145 modules/cudalegacy/test/TestDrawRects.cpp ncvStat = ncvDrawRects_32u_host((Ncv32u *)h_img.ptr(), h_img.stride(), this->width, this->height, Ncv32u 165 modules/cudalegacy/test/TestDrawRects.cpp for (Ncv32u i=0; bLoopVirgin && i < h_img.height(); i++) Ncv32u 167 modules/cudalegacy/test/TestDrawRects.cpp for (Ncv32u j=0; bLoopVirgin && j < h_img.width(); j++) Ncv32u 194 modules/cudalegacy/test/TestDrawRects.cpp template class TestDrawRects<Ncv32u>; Ncv32u 55 modules/cudalegacy/test/TestDrawRects.h TestDrawRects(std::string testName, NCVTestSourceProvider<T> &src, NCVTestSourceProvider<Ncv32u> &src32u, Ncv32u 56 modules/cudalegacy/test/TestDrawRects.h Ncv32u width, Ncv32u height, Ncv32u numRects, T color); Ncv32u 69 modules/cudalegacy/test/TestDrawRects.h NCVTestSourceProvider<Ncv32u> &src32u; Ncv32u 70 modules/cudalegacy/test/TestDrawRects.h Ncv32u width; Ncv32u 71 modules/cudalegacy/test/TestDrawRects.h Ncv32u height; Ncv32u 72 modules/cudalegacy/test/TestDrawRects.h Ncv32u numRects; Ncv32u 86 modules/cudalegacy/test/TestHaarCascadeApplication.cpp std::string cascadeName_, Ncv32u width_, Ncv32u height_) Ncv32u 116 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u numStages, numNodes, numFeatures; Ncv32u 174 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u integralWidth = this->width + 1; Ncv32u 175 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u integralHeight = this->height + 1; Ncv32u 177 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> d_integralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); Ncv32u 181 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_integralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); Ncv32u 188 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height); Ncv32u 192 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_pixelMask(*this->allocatorCPU.get(), this->width, this->height); Ncv32u 201 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; Ncv32u 209 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u detectionsOnThisScale_d = 0; Ncv32u 210 modules/cudalegacy/test/TestHaarCascadeApplication.cpp Ncv32u detectionsOnThisScale_h = 0; Ncv32u 249 modules/cudalegacy/test/TestHaarCascadeApplication.cpp for (Ncv32u i=0; i<searchRoiU.height; i++) Ncv32u 251 modules/cudalegacy/test/TestHaarCascadeApplication.cpp for (Ncv32u j=0; j<h_pixelMask.stride(); j++) Ncv32u 294 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_pixelMask_d(*this->allocatorCPU.get(), this->width, this->height); Ncv32u 312 modules/cudalegacy/test/TestHaarCascadeApplication.cpp for (Ncv32u i=0; i<detectionsOnThisScale_d && bLoopVirgin; i++) Ncv32u 55 modules/cudalegacy/test/TestHaarCascadeApplication.h std::string cascadeName, Ncv32u width, Ncv32u height); Ncv32u 69 modules/cudalegacy/test/TestHaarCascadeApplication.h Ncv32u width; Ncv32u 70 modules/cudalegacy/test/TestHaarCascadeApplication.h Ncv32u height; Ncv32u 72 modules/cudalegacy/test/TestHaarCascadeLoader.cpp Ncv32u numStages, numNodes, numFeatures; Ncv32u 73 modules/cudalegacy/test/TestHaarCascadeLoader.cpp Ncv32u numStages_2 = 0, numNodes_2 = 0, numFeatures_2 = 0; Ncv32u 46 modules/cudalegacy/test/TestHypothesesFilter.cpp TestHypothesesFilter::TestHypothesesFilter(std::string testName_, NCVTestSourceProvider<Ncv32u> &src_, Ncv32u 47 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u numDstRects_, Ncv32u minNeighbors_, Ncv32f eps_) Ncv32u 96 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<Ncv32u> h_random32u(*this->allocatorCPU.get(), this->numDstRects * sizeof(NcvRect32u) / sizeof(Ncv32u)); Ncv32u 99 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u srcSlotSize = 2 * this->minNeighbors + 1; Ncv32u 110 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u randCnt = 0; Ncv32u 113 modules/cudalegacy/test/TestHypothesesFilter.cpp for (Ncv32u i=0; i<this->numDstRects; i++) Ncv32u 120 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u numNeighbors = this->minNeighbors + 1 + (Ncv32u)(((1.0 * h_random32u.ptr()[i]) * (this->minNeighbors + 1)) / 0xFFFFFFFF); Ncv32u 124 modules/cudalegacy/test/TestHypothesesFilter.cpp for (Ncv32u j=0; j<numNeighbors; j++) Ncv32u 139 modules/cudalegacy/test/TestHypothesesFilter.cpp for (Ncv32u j=numNeighbors; j<srcSlotSize; j++) Ncv32u 155 modules/cudalegacy/test/TestHypothesesFilter.cpp for (Ncv32u i=0; i<this->numDstRects*srcSlotSize-1; i++) Ncv32u 157 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u randValLocal = h_random32u.ptr()[randCnt++]; randCnt = randCnt % h_random32u.length(); Ncv32u 158 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u secondSwap = randValLocal % (this->numDstRects*srcSlotSize-1 - i); Ncv32u 165 modules/cudalegacy/test/TestHypothesesFilter.cpp Ncv32u numHypothesesSrc = static_cast<Ncv32u>(h_vecSrc.length()); Ncv32u 184 modules/cudalegacy/test/TestHypothesesFilter.cpp for (Ncv32u i=0; i<numHypothesesSrc && bLoopVirgin; i++) Ncv32u 54 modules/cudalegacy/test/TestHypothesesFilter.h TestHypothesesFilter(std::string testName, NCVTestSourceProvider<Ncv32u> &src, Ncv32u 55 modules/cudalegacy/test/TestHypothesesFilter.h Ncv32u numDstRects, Ncv32u minNeighbors, Ncv32f eps); Ncv32u 67 modules/cudalegacy/test/TestHypothesesFilter.h NCVTestSourceProvider<Ncv32u> &src; Ncv32u 68 modules/cudalegacy/test/TestHypothesesFilter.h Ncv32u numDstRects; Ncv32u 69 modules/cudalegacy/test/TestHypothesesFilter.h Ncv32u minNeighbors; Ncv32u 72 modules/cudalegacy/test/TestHypothesesFilter.h Ncv32u canvasWidth; Ncv32u 73 modules/cudalegacy/test/TestHypothesesFilter.h Ncv32u canvasHeight; Ncv32u 46 modules/cudalegacy/test/TestHypothesesGrow.cpp TestHypothesesGrow::TestHypothesesGrow(std::string testName_, NCVTestSourceProvider<Ncv32u> &src_, Ncv32u 47 modules/cudalegacy/test/TestHypothesesGrow.cpp Ncv32u rectWidth_, Ncv32u rectHeight_, Ncv32f rectScale_, Ncv32u 48 modules/cudalegacy/test/TestHypothesesGrow.cpp Ncv32u maxLenSrc_, Ncv32u lenSrc_, Ncv32u maxLenDst_, Ncv32u lenDst_) Ncv32u 87 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->maxLenSrc); Ncv32u 89 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->maxLenSrc); Ncv32u 104 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorReuse<Ncv32u> h_vecDst_as32u(h_vecDst.getSegment(), lenDst * sizeof(NcvRect32u) / sizeof(Ncv32u)); Ncv32u 116 modules/cudalegacy/test/TestHypothesesGrow.cpp Ncv32u h_outElemNum_d = 0; Ncv32u 117 modules/cudalegacy/test/TestHypothesesGrow.cpp Ncv32u h_outElemNum_h = 0; Ncv32u 54 modules/cudalegacy/test/TestHypothesesGrow.h TestHypothesesGrow(std::string testName, NCVTestSourceProvider<Ncv32u> &src, Ncv32u 55 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f rectScale, Ncv32u 56 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst); Ncv32u 68 modules/cudalegacy/test/TestHypothesesGrow.h NCVTestSourceProvider<Ncv32u> &src; Ncv32u 69 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u rectWidth; Ncv32u 70 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u rectHeight; Ncv32u 72 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u maxLenSrc; Ncv32u 73 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u lenSrc; Ncv32u 74 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u maxLenDst; Ncv32u 75 modules/cudalegacy/test/TestHypothesesGrow.h Ncv32u lenDst; Ncv32u 48 modules/cudalegacy/test/TestIntegralImage.cpp Ncv32u width_, Ncv32u height_) Ncv32u 82 modules/cudalegacy/test/TestIntegralImage.cpp Ncv32u widthII = this->width + 1; Ncv32u 83 modules/cudalegacy/test/TestIntegralImage.cpp Ncv32u heightII = this->height + 1; Ncv32u 96 modules/cudalegacy/test/TestIntegralImage.cpp Ncv32u bufSize; Ncv32u 126 modules/cudalegacy/test/TestIntegralImage.cpp (Ncv32u *)d_imgII.ptr(), d_imgII.pitch(), Ncv32u 150 modules/cudalegacy/test/TestIntegralImage.cpp (Ncv32u *)h_imgII.ptr(), h_imgII.pitch(), Ncv32u 172 modules/cudalegacy/test/TestIntegralImage.cpp for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) Ncv32u 174 modules/cudalegacy/test/TestIntegralImage.cpp for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) Ncv32u 214 modules/cudalegacy/test/TestIntegralImage.cpp template class TestIntegralImage<Ncv8u, Ncv32u>; Ncv32u 56 modules/cudalegacy/test/TestIntegralImage.h Ncv32u width, Ncv32u height); Ncv32u 68 modules/cudalegacy/test/TestIntegralImage.h Ncv32u width; Ncv32u 69 modules/cudalegacy/test/TestIntegralImage.h Ncv32u height; Ncv32u 47 modules/cudalegacy/test/TestIntegralImageSquared.cpp Ncv32u width_, Ncv32u height_) Ncv32u 76 modules/cudalegacy/test/TestIntegralImageSquared.cpp Ncv32u widthSII = this->width + 1; Ncv32u 77 modules/cudalegacy/test/TestIntegralImageSquared.cpp Ncv32u heightSII = this->height + 1; Ncv32u 90 modules/cudalegacy/test/TestIntegralImageSquared.cpp Ncv32u bufSize; Ncv32u 124 modules/cudalegacy/test/TestIntegralImageSquared.cpp for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) Ncv32u 126 modules/cudalegacy/test/TestIntegralImageSquared.cpp for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) Ncv32u 55 modules/cudalegacy/test/TestIntegralImageSquared.h Ncv32u width, Ncv32u height); Ncv32u 67 modules/cudalegacy/test/TestIntegralImageSquared.h Ncv32u width; Ncv32u 68 modules/cudalegacy/test/TestIntegralImageSquared.h Ncv32u height; Ncv32u 47 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u width_, Ncv32u height_, NcvRect32u rect_, Ncv32f scaleFactor_, Ncv32u 89 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u normWidth = (Ncv32u)_normWidth; Ncv32u 90 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u normHeight = (Ncv32u)_normHeight; Ncv32u 93 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u widthII = this->width + 1; Ncv32u 94 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u heightII = this->height + 1; Ncv32u 95 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u widthSII = this->width + 1; Ncv32u 96 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u heightSII = this->height + 1; Ncv32u 103 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII); Ncv32u 105 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); Ncv32u 120 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u bufSizeII, bufSizeSII; Ncv32u 125 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u bufSize = bufSizeII > bufSizeSII ? bufSizeII : bufSizeSII; Ncv32u 182 modules/cudalegacy/test/TestRectStdDev.cpp for (Ncv32u i=0; bLoopVirgin && i < h_norm.height(); i++) Ncv32u 184 modules/cudalegacy/test/TestRectStdDev.cpp for (Ncv32u j=0; bLoopVirgin && j < h_norm.width(); j++) Ncv32u 55 modules/cudalegacy/test/TestRectStdDev.h Ncv32u width, Ncv32u height, NcvRect32u rect, Ncv32f scaleFactor, Ncv32u 68 modules/cudalegacy/test/TestRectStdDev.h Ncv32u width; Ncv32u 69 modules/cudalegacy/test/TestRectStdDev.h Ncv32u height; Ncv32u 48 modules/cudalegacy/test/TestResize.cpp Ncv32u width_, Ncv32u height_, Ncv32u scaleFactor_, NcvBool bTextureCache_) Ncv32u 113 modules/cudalegacy/test/TestResize.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 115 modules/cudalegacy/test/TestResize.cpp ncvStat = nppiStDecimate_32u_C1R((Ncv32u *)d_img.ptr(), d_img.pitch(), Ncv32u 116 modules/cudalegacy/test/TestResize.cpp (Ncv32u *)d_small.ptr(), d_small.pitch(), Ncv32u 137 modules/cudalegacy/test/TestResize.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 139 modules/cudalegacy/test/TestResize.cpp ncvStat = nppiStDecimate_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(), Ncv32u 140 modules/cudalegacy/test/TestResize.cpp (Ncv32u *)h_small.ptr(), h_small.pitch(), Ncv32u 161 modules/cudalegacy/test/TestResize.cpp for (Ncv32u i=0; bLoopVirgin && i < h_small.height(); i++) Ncv32u 163 modules/cudalegacy/test/TestResize.cpp for (Ncv32u j=0; bLoopVirgin && j < h_small.width(); j++) Ncv32u 189 modules/cudalegacy/test/TestResize.cpp template class TestResize<Ncv32u>; Ncv32u 55 modules/cudalegacy/test/TestResize.h Ncv32u width, Ncv32u height, Ncv32u scaleFactor, NcvBool bTextureCache); Ncv32u 67 modules/cudalegacy/test/TestResize.h Ncv32u width; Ncv32u 68 modules/cudalegacy/test/TestResize.h Ncv32u height; Ncv32u 69 modules/cudalegacy/test/TestResize.h Ncv32u scaleFactor; Ncv32u 48 modules/cudalegacy/test/TestTranspose.cpp Ncv32u width_, Ncv32u height_) Ncv32u 102 modules/cudalegacy/test/TestTranspose.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 104 modules/cudalegacy/test/TestTranspose.cpp ncvStat = nppiStTranspose_32u_C1R((Ncv32u *)d_img.ptr(), d_img.pitch(), Ncv32u 105 modules/cudalegacy/test/TestTranspose.cpp (Ncv32u *)d_dst.ptr(), d_dst.pitch(), Ncv32u 124 modules/cudalegacy/test/TestTranspose.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 126 modules/cudalegacy/test/TestTranspose.cpp ncvStat = nppiStTranspose_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(), Ncv32u 127 modules/cudalegacy/test/TestTranspose.cpp (Ncv32u *)h_dst.ptr(), h_dst.pitch(), Ncv32u 148 modules/cudalegacy/test/TestTranspose.cpp for (Ncv32u i=0; bLoopVirgin && i < this->width; i++) Ncv32u 150 modules/cudalegacy/test/TestTranspose.cpp for (Ncv32u j=0; bLoopVirgin && j < this->height; j++) Ncv32u 176 modules/cudalegacy/test/TestTranspose.cpp template class TestTranspose<Ncv32u>; Ncv32u 56 modules/cudalegacy/test/TestTranspose.h Ncv32u width, Ncv32u height); Ncv32u 69 modules/cudalegacy/test/TestTranspose.h Ncv32u width; Ncv32u 70 modules/cudalegacy/test/TestTranspose.h Ncv32u height; Ncv32u 56 modules/cudalegacy/test/main_nvidia.cpp Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 60 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 67 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 77 modules/cudalegacy/test/main_nvidia.cpp Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 81 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 88 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 98 modules/cudalegacy/test/main_nvidia.cpp Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 104 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 119 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=2; i<10; ++i) Ncv32u 127 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=2; i<10; ++i) Ncv32u 136 modules/cudalegacy/test/main_nvidia.cpp void generateNPPSTVectorTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv32u> &src, Ncv32u maxLength) Ncv32u 141 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 146 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=1; i<260; i++) Ncv32u 154 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=256*256-10; i<256*256+10; i++) Ncv32u 160 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=256*256*256-2; i<256*256*256+2; i++) Ncv32u 202 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> &src32u, Ncv32u 203 modules/cudalegacy/test/main_nvidia.cpp Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 207 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 208 modules/cudalegacy/test/main_nvidia.cpp Ncv32u j = maxHeight * i / maxWidth; Ncv32u 213 modules/cudalegacy/test/main_nvidia.cpp if (sizeof(T) == sizeof(Ncv32u)) Ncv32u 231 modules/cudalegacy/test/main_nvidia.cpp void generateVectorTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv32u> &src, Ncv32u maxLength) Ncv32u 236 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 248 modules/cudalegacy/test/main_nvidia.cpp void generateHypothesesFiltrationTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv32u> &src, Ncv32u maxLength) Ncv32u 252 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 272 modules/cudalegacy/test/main_nvidia.cpp Ncv32u maxWidth, Ncv32u maxHeight) Ncv32u 275 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u i=100; i<512; i+=41) Ncv32u 277 modules/cudalegacy/test/main_nvidia.cpp for (Ncv32u j=100; j<128; j+=25) Ncv32u 286 modules/cudalegacy/test/main_nvidia.cpp Ncv32u i = (Ncv32u)_i; Ncv32u 310 modules/cudalegacy/test/main_nvidia.cpp generateIntegralTests<Ncv8u, Ncv32u>(testListerII, testSrcRandom_8u, 2048, 2048); Ncv32u 351 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, 0xFFFFFFFF, 2048, 2048); Ncv32u 367 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, 0xFFFFFFFF, 2048, 2048); Ncv32u 381 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, 0xFFFFFFFF, 2048, 2048); Ncv32u 397 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, 0xFFFFFFFF, 2048, 2048); Ncv32u 438 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, 0xFFFFFFFF, 2048, 2048); Ncv32u 453 modules/cudalegacy/test/main_nvidia.cpp NCVTestSourceProvider<Ncv32u> testSrcRandom_32u(2010, 0, RAND_MAX, 2048, 2048); Ncv32u 241 modules/cudaobjdetect/src/cascadeclassifier.cpp Ncv32u haarNumStages, haarNumNodes, haarNumFeatures; Ncv32u 300 modules/cudaobjdetect/src/cascadeclassifier.cpp Ncv32u numDetections; Ncv32u 350 modules/cudaobjdetect/src/cascadeclassifier.cpp Ncv32u flags = 0; Ncv32u 794 modules/cudaobjdetect/src/cascadeclassifier.cpp Ncv32u bufSize; Ncv32u 115 modules/cudaoptflow/src/brox.cpp NCVMemStackAllocator gpuCounter(static_cast<Ncv32u>(textureAlignment)); Ncv32u 172 modules/cudaoptflow/src/brox.cpp NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols, frame0.rows, static_cast<Ncv32u>(frame0.step)); Ncv32u 173 modules/cudaoptflow/src/brox.cpp NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols, frame1.rows, static_cast<Ncv32u>(frame1.step)); Ncv32u 174 modules/cudaoptflow/src/brox.cpp NCVMatrixReuse<Ncv32f> uMat(uMemSeg, static_cast<Ncv32u>(textureAlignment), u.cols, u.rows, static_cast<Ncv32u>(u.step)); Ncv32u 175 modules/cudaoptflow/src/brox.cpp NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static_cast<Ncv32u>(v.step)); Ncv32u 180 modules/cudaoptflow/src/brox.cpp NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(textureAlignment), buf.ptr()); Ncv32u 87 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u width, Ncv32u height, Ncv32u 111 samples/gpu/cascadeclassifier_nvidia_api.cpp for (Ncv32u i=0; i<(Ncv32u)srcdst->rows; i++) Ncv32u 126 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u numDetections; Ncv32u 145 samples/gpu/cascadeclassifier_nvidia_api.cpp for (Ncv32u i=0; i<(Ncv32u)srcdst->rows; i++) Ncv32u 226 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 228 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemNativeAllocator cpuCascadeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 231 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u haarNumStages, haarNumNodes, haarNumFeatures; Ncv32u 267 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator gpuCounter(static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 269 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator cpuCounter(static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 279 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 281 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator cpuAllocator(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment)); Ncv32u 307 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u ratioX = preferredVideoFrameSize.width / minSize.width; Ncv32u 308 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u ratioY = preferredVideoFrameSize.height / minSize.height; Ncv32u 309 samples/gpu/cascadeclassifier_nvidia_api.cpp Ncv32u ratioSmallest = min(ratioX, ratioY); Ncv32u 310 samples/gpu/cascadeclassifier_nvidia_api.cpp ratioSmallest = max((Ncv32u)(ratioSmallest / 2.5f), (Ncv32u)1); Ncv32u 205 samples/gpu/opticalflow_nvidia_api.cpp for (Ncv32u i = 0; i < u.height (); ++i) Ncv32u 207 samples/gpu/opticalflow_nvidia_api.cpp for (Ncv32u j = 0; j < u.width (); ++j) Ncv32u 338 samples/gpu/opticalflow_nvidia_api.cpp desc.number_of_inner_iterations = static_cast<Ncv32u>(atoi(argv[++iarg])); Ncv32u 345 samples/gpu/opticalflow_nvidia_api.cpp desc.number_of_outer_iterations = static_cast<Ncv32u>(atoi(argv[++iarg])); Ncv32u 352 samples/gpu/opticalflow_nvidia_api.cpp desc.number_of_solver_iterations = static_cast<Ncv32u>(atoi(argv[++iarg])); Ncv32u 408 samples/gpu/opticalflow_nvidia_api.cpp g_pGPUMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 411 samples/gpu/opticalflow_nvidia_api.cpp g_pHostMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeHostPageable, static_cast<Ncv32u>(devProp.textureAlignment))); Ncv32u 611 samples/gpu/opticalflow_nvidia_api.cpp Ncv32u currentFrame;