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

Method initBitModel

unused/rangedecoder.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void RangeDecoder::initBitModel(EntropyModel* model)
85{
86 initSymbolModel(model);
87}
88
89void RangeDecoder::destroyBitModel(EntropyModel* model)
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected