Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initSymbolModel
Method
initSymbolModel
src/arithmeticdecoder.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void ArithmeticDecoder::initSymbolModel(ArithmeticModel* m, U32 *table)
153
{
154
m->init(table);
155
}
156
157
void ArithmeticDecoder::destroySymbolModel(ArithmeticModel* m)
158
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected