Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initBitModel
Method
initBitModel
src/arithmeticdecoder.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void ArithmeticDecoder::initBitModel(ArithmeticBitModel* m)
137
{
138
m->init();
139
}
140
141
void ArithmeticDecoder::destroyBitModel(ArithmeticBitModel* m)
142
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected