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

Method destroyBitModel

unused/rangeencoder.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void RangeEncoder::destroyBitModel(EntropyModel* model)
125{
126 destroySymbolModel(model);
127}
128
129EntropyModel* RangeEncoder::createSymbolModel(U32 n)
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected