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

Method initSymbolModel

unused/rangeencoder.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void RangeEncoder::initSymbolModel(EntropyModel* model, U32 *table)
136{
137 assert(model);
138 RangeModel* m = (RangeModel*)model;
139 m->init(table);
140}
141
142void RangeEncoder::destroySymbolModel(EntropyModel* model)
143{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected