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

Method createSymbolModel

src/arithmeticencoder.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185ArithmeticModel* ArithmeticEncoder::createSymbolModel(U32 n)
186{
187 ArithmeticModel* m = new ArithmeticModel(n, true);
188 return m;
189}
190
191void ArithmeticEncoder::initSymbolModel(ArithmeticModel* m, U32* table)
192{

Calls

no outgoing calls

Tested by

no test coverage detected