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

Method createSymbolModel

src/arithmeticdecoder.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146ArithmeticModel* ArithmeticDecoder::createSymbolModel(U32 n)
147{
148 ArithmeticModel* m = new ArithmeticModel(n, FALSE);
149 return m;
150}
151
152void ArithmeticDecoder::initSymbolModel(ArithmeticModel* m, U32 *table)
153{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected