• Home
  • Raw
  • Download

Lines Matching refs:Ncv32u

160 Ncv32u alignUp(Ncv32u what, Ncv32u alignment)  in alignUp()
162 Ncv32u alignMask = alignment-1; in alignUp()
163 Ncv32u inverseAlignMask = ~alignMask; in alignUp()
164 Ncv32u res = (what + alignMask) & inverseAlignMask; in alignUp()
250 NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, in memSegCopyHelper2D()
251 const void *src, Ncv32u srcPitch, NCVMemoryType srcType, in memSegCopyHelper2D()
252 Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream) in memSegCopyHelper2D()
263 for (Ncv32u i=0; i<height; i++) in memSegCopyHelper2D()
329 NCVMemStackAllocator::NCVMemStackAllocator(Ncv32u alignment_) : in NCVMemStackAllocator()
344 NCVMemStackAllocator::NCVMemStackAllocator(NCVMemoryType memT, size_t capacity, Ncv32u alignment_, … in NCVMemStackAllocator()
426 size = alignUp(static_cast<Ncv32u>(size), this->_alignment); in alloc()
481 Ncv32u NCVMemStackAllocator::alignment(void) const in alignment()
500 NCVMemNativeAllocator::NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment_) : in NCVMemNativeAllocator()
535 this->currentSize += alignUp(static_cast<Ncv32u>(size), this->_alignment); in alloc()
551 …ncvAssertReturn(currentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOC… in dealloc()
552 currentSize -= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment); in dealloc()
592 Ncv32u NCVMemNativeAllocator::alignment(void) const in alignment()
738 …(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, std::vector<Ncv32u> *weights) in groupRectangles()
768 Ncv32u &numHypotheses, in ncvGroupRectangles_host()
769 Ncv32u minNeighbors, in ncvGroupRectangles_host()
771 NCVVector<Ncv32u> *hypothesesWeights) in ncvGroupRectangles_host()
789 std::vector<Ncv32u> weights; in ncvGroupRectangles_host()
799 numHypotheses = (Ncv32u)rects.size(); in ncvGroupRectangles_host()
807 memcpy(hypothesesWeights->ptr(), &weights[0], numHypotheses * sizeof(Ncv32u)); in ncvGroupRectangles_host()
816 Ncv32u dstStride, in drawRectsWrapperHost()
817 Ncv32u dstWidth, in drawRectsWrapperHost()
818 Ncv32u dstHeight, in drawRectsWrapperHost()
820 Ncv32u numRects, in drawRectsWrapperHost()
829 for (Ncv32u i=0; i<numRects; i++) in drawRectsWrapperHost()
835 for (Ncv32u each=rect.y; each<rect.y+rect.height && each<dstHeight; each++) in drawRectsWrapperHost()
842 for (Ncv32u each=rect.y; each<rect.y+rect.height && each<dstHeight; each++) in drawRectsWrapperHost()
849 for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++) in drawRectsWrapperHost()
856 for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++) in drawRectsWrapperHost()
868 Ncv32u dstStride, in ncvDrawRects_8u_host()
869 Ncv32u dstWidth, in ncvDrawRects_8u_host()
870 Ncv32u dstHeight, in ncvDrawRects_8u_host()
872 Ncv32u numRects, in ncvDrawRects_8u_host()
879 NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, in ncvDrawRects_32u_host()
880 Ncv32u dstStride, in ncvDrawRects_32u_host()
881 Ncv32u dstWidth, in ncvDrawRects_32u_host()
882 Ncv32u dstHeight, in ncvDrawRects_32u_host()
884 Ncv32u numRects, in ncvDrawRects_32u_host()
885 Ncv32u color) in ncvDrawRects_32u_host()