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

Method createBitModel

unused/rangedecoder.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79EntropyModel* RangeDecoder::createBitModel()
80{
81 return createSymbolModel(2);
82}
83
84void RangeDecoder::initBitModel(EntropyModel* model)
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected