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

Method createSymbolModel

unused/rangeencoder.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129EntropyModel* RangeEncoder::createSymbolModel(U32 n)
130{
131 RangeModel* m = new RangeModel(n, TRUE);
132 return (EntropyModel*)m;
133}
134
135void RangeEncoder::initSymbolModel(EntropyModel* model, U32 *table)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected