MCPcopy Create free account
hub / github.com/LASzip/LASzip / renorm_dec_interval

Method renorm_dec_interval

src/arithmeticdecoder.cpp:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339inline void ArithmeticDecoder::renorm_dec_interval()
340{
341 do { // read least-significant byte
342 value = (value << 8) | instream->getByte();
343 } while ((length <<= 8) < AC__MinLength); // length multiplied by 256
344}

Callers

nothing calls this directly

Calls 1

getByteMethod · 0.45

Tested by

no test coverage detected