Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
EntropyModel* RangeDecoder::createBitModel()
80
{
81
return createSymbolModel(2);
82
}
83
84
void RangeDecoder::initBitModel(EntropyModel* model)
85
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected