Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initSymbolModel
Method
initSymbolModel
src/arithmeticencoder.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void ArithmeticEncoder::initSymbolModel(ArithmeticModel* m, U32* table)
192
{
193
m->init(table);
194
}
195
196
void ArithmeticEncoder::destroySymbolModel(ArithmeticModel* m)
197
{
Callers
15
init
Method · 0.45
write
Method · 0.45
createAndInitModelsAndDecompressors
Method · 0.45
read
Method · 0.45
createAndInitModelsAndCompressors
Method · 0.45
write
Method · 0.45
init
Method · 0.45
write
Method · 0.45
createAndInitModelsAndCompressors
Method · 0.45
write
Method · 0.45
init
Method · 0.45
read
Method · 0.45
Calls
1
init
Method · 0.45
Tested by
no test coverage detected