Home
last modified time | relevance | path

Searched refs:NumBytesUInt (Results 1 – 8 of 8) sorted by relevance

/dports/math/pdal/PDAL-2.3.0/plugins/i3s/lepcc/src/
H A DBitStuffer2.cpp52 int nb = NumBytesUInt(numElements); in EncodeSimple()
113 int n = NumBytesUInt(numElem); in EncodeLut()
223 unsigned int numBytes = 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededLut()
236 …unsigned int numBytesLut = 1 + NumBytesUInt(numElem) + 1 + ((numBitsTotalLut + 7) >> 3) + ((numEle… in ComputeNumBytesNeededLut()
H A DBitStuffer2.h61 static int NumBytesUInt(unsigned int k) { return (k < 256) ? 1 : (k < (1 << 16)) ? 2 : 4; } in NumBytesUInt() function
72 return 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededSimple()
/dports/graphics/lerc/lerc-3.0/src/LercLib/
H A DBitStuffer2.h62 static int NumBytesUInt(unsigned int k) { return (k < 256) ? 1 : (k < (1 << 16)) ? 2 : 4; } in NumBytesUInt() function
73 return 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededSimple()
H A DBitStuffer2.cpp53 int n = NumBytesUInt(numElements); in EncodeSimple()
118 int n = NumBytesUInt(numElem); in EncodeLut()
269 unsigned int numBytes = 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededLut()
282 …unsigned int numBytesLut = 1 + NumBytesUInt(numElem) + 1 + ((numBitsTotalLut + 7) >> 3) + ((numEle… in ComputeNumBytesNeededLut()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.h62 static int NumBytesUInt(unsigned int k) { return (k < 256) ? 1 : (k < (1 << 16)) ? 2 : 4; } in NumBytesUInt() function
73 return 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededSimple()
H A DBitStuffer2.cpp54 int n = NumBytesUInt(numElements); in EncodeSimple()
119 int n = NumBytesUInt(numElem); in EncodeLut()
276 unsigned int numBytes = 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededLut()
289 …unsigned int numBytesLut = 1 + NumBytesUInt(numElem) + 1 + ((numBitsTotalLut + 7) >> 3) + ((numEle… in ComputeNumBytesNeededLut()
/dports/graphics/py-gdal/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.h62 static int NumBytesUInt(unsigned int k) { return (k < 256) ? 1 : (k < (1 << 16)) ? 2 : 4; } in NumBytesUInt() function
73 return 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededSimple()
H A DBitStuffer2.cpp54 int n = NumBytesUInt(numElements); in EncodeSimple()
119 int n = NumBytesUInt(numElem); in EncodeLut()
276 unsigned int numBytes = 1 + NumBytesUInt(numElem) + ((numElem * numBits + 7) >> 3); in ComputeNumBytesNeededLut()
289 …unsigned int numBytesLut = 1 + NumBytesUInt(numElem) + 1 + ((numBitsTotalLut + 7) >> 3) + ((numEle… in ComputeNumBytesNeededLut()