Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initBitModel
Method
initBitModel
src/arithmeticencoder.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void ArithmeticEncoder::initBitModel(ArithmeticBitModel* m)
176
{
177
m->init();
178
}
179
180
void ArithmeticEncoder::destroyBitModel(ArithmeticBitModel* m)
181
{
Callers
2
initCompressor
Method · 0.45
initDecompressor
Method · 0.45
Calls
1
init
Method · 0.45
Tested by
no test coverage detected