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

Method initSymbolModel

unused/rangedecoder.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void RangeDecoder::initSymbolModel(EntropyModel* model, U32 *table)
101{
102 assert(model);
103 RangeModel* m = (RangeModel*)model;
104 m->init(table);
105}
106
107void RangeDecoder::destroySymbolModel(EntropyModel* model)
108{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected