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

Method initBitModel

src/arithmeticdecoder.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ArithmeticDecoder::initBitModel(ArithmeticBitModel* m)
137{
138 m->init();
139}
140
141void ArithmeticDecoder::destroyBitModel(ArithmeticBitModel* m)
142{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected