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

Method destroySymbolModel

unused/rangeencoder.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void RangeEncoder::destroySymbolModel(EntropyModel* model)
143{
144 assert(model);
145 RangeModel* m = (RangeModel*)model;
146 delete m;
147}
148
149void RangeEncoder::encodeBit(EntropyModel* model, U32 bit)
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected