Home
last modified time | relevance | path

Searched refs:ComputeNumBytesNeededSimple (Results 1 – 14 of 14) sorted by relevance

/dports/math/pdal/PDAL-2.3.0/plugins/i3s/lepcc/src/
H A DBitStuffer2.h49 static unsigned int ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int maxElem);
67 …inline unsigned int BitStuffer2::ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int ma… in ComputeNumBytesNeededSimple() function
H A DLEPCC.cpp484 nBytes += bitStuffer2.ComputeNumBytesNeededSimple((uint32)len, range); in ComputeNumBytes_CutInSegments()
488 nBytes += bitStuffer2.ComputeNumBytesNeededSimple((uint32)numSections, maxOfSectionMins); in ComputeNumBytes_CutInSegments()
H A DFlagBytes.cpp64 int64 nBytesBitStuff = bitStuffer2.ComputeNumBytesNeededSimple(nElem, maxElem); in ComputeNumBytesNeededToEncode()
H A DIntensity.cpp65 m_numBytesNeeded = HeaderSize() + bitStuffer2.ComputeNumBytesNeededSimple(nElem, maxElem); in ComputeNumBytesNeededToEncode()
H A DHuffman.cpp436 …numBytes += bitStuffer2.ComputeNumBytesNeededSimple((unsigned int)(i1 - i0), (unsigned int)maxLen)… in ComputeNumBytesCodeTable()
/dports/graphics/lerc/lerc-3.0/src/LercLib/
H A DBitStuffer2.h49 static unsigned int ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int maxElem);
68 inline unsigned int BitStuffer2::ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int max… in ComputeNumBytesNeededSimple() function
H A DHuffman.cpp374 …numBytes += bitStuffer2.ComputeNumBytesNeededSimple((unsigned int)(i1 - i0), (unsigned int)maxLen)… in ComputeNumBytesCodeTable()
H A DLerc2.h420 nBytes += (!tryLut) ? m_bitStuffer2.ComputeNumBytesNeededSimple(numValidPixel, maxElem) in NumBytesTile()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.h49 static unsigned int ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int maxElem);
68 inline unsigned int BitStuffer2::ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int max… in ComputeNumBytesNeededSimple() function
H A DHuffman.cpp374 …numBytes += bitStuffer2.ComputeNumBytesNeededSimple((unsigned int)(i1 - i0), (unsigned int)maxLen)… in ComputeNumBytesCodeTable()
H A DLerc2.h1125 nBytes += (!tryLut) ? m_bitStuffer2.ComputeNumBytesNeededSimple(numValidPixel, maxElem) in NumBytesTile()
/dports/graphics/py-gdal/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.h49 static unsigned int ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int maxElem);
68 inline unsigned int BitStuffer2::ComputeNumBytesNeededSimple(unsigned int numElem, unsigned int max… in ComputeNumBytesNeededSimple() function
H A DHuffman.cpp374 …numBytes += bitStuffer2.ComputeNumBytesNeededSimple((unsigned int)(i1 - i0), (unsigned int)maxLen)… in ComputeNumBytesCodeTable()
H A DLerc2.h1125 nBytes += (!tryLut) ? m_bitStuffer2.ComputeNumBytesNeededSimple(numValidPixel, maxElem) in NumBytesTile()