HomeSort by relevance Sort by last modified time
    Searched refs:alignUp (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/core/src/
cuda_stream.cpp 567 size_t alignUp(size_t what, size_t alignment)
584 pitch = alignUp(cols * elemSize, alignment_);
591 memSize = alignUp(elemSize * cols * rows, 64);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVBroxOpticalFlow.cu 746 const Ncv32u kSourcePitch = alignUp(kSourceWidth, kStrideAlignmentFloat) * sizeof(float);
752 const Ncv32u kSizeInPixelsAligned = alignUp(kSourceWidth, kStrideAlignmentFloat)*kSourceHeight;
786 alignUp(kSourceWidth, kStrideAlignmentFloat) * alignUp(kSourceHeight, kStrideAlignmentFloat));
    [all...]
NPP_staging.cu     [all...]
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 160 Ncv32u alignUp(Ncv32u what, Ncv32u alignment)
426 size = alignUp(static_cast<Ncv32u>(size), this->_alignment);
535 this->currentSize += alignUp(static_cast<Ncv32u>(size), this->_alignment);
551 ncvAssertReturn(currentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOCATOR_BAD_DEALLOC);
552 currentSize -= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment);
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 421 CV_EXPORTS Ncv32u alignUp(Ncv32u what, Ncv32u alignment);
861 Ncv32u pitchBytes = alignUp(widthBytes, allocator.alignment());
932 Ncv32u pitchBytes = alignUp(widthBytes, alignment);

Completed in 117 milliseconds