MCPcopy Create free account
hub / github.com/LAStools/LAStools / initBitModel

Method initBitModel

LASzip/src/arithmeticencoder.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void ArithmeticEncoder::initBitModel(ArithmeticBitModel* m)
176{
177 m->init();
178}
179
180void ArithmeticEncoder::destroyBitModel(ArithmeticBitModel* m)
181{

Callers 2

initCompressorMethod · 0.45
initDecompressorMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected