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

Method initSymbolModel

src/arithmeticdecoder.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void ArithmeticDecoder::initSymbolModel(ArithmeticModel* m, U32 *table)
153{
154 m->init(table);
155}
156
157void ArithmeticDecoder::destroySymbolModel(ArithmeticModel* m)
158{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected