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

Method manage_outbuffer

src/arithmeticencoder.cpp:352–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352inline void ArithmeticEncoder::manage_outbuffer()
353{
354 assert(outstream);
355 if (outbyte == endbuffer) outbyte = outbuffer;
356 outstream->putBytes(outbyte, AC_BUFFER_SIZE);
357 endbyte = outbyte + AC_BUFFER_SIZE;
358 assert(endbyte > outbyte);
359 assert(outbyte < endbuffer);
360}

Callers

nothing calls this directly

Calls 1

putBytesMethod · 0.45

Tested by

no test coverage detected