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

Method createSymbolModel

unused/rangedecoder.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94EntropyModel* RangeDecoder::createSymbolModel(U32 n)
95{
96 RangeModel* m = new RangeModel(n, FALSE);
97 return (EntropyModel*)m;
98}
99
100void RangeDecoder::initSymbolModel(EntropyModel* model, U32 *table)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected