Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initSymbolModel
Method
initSymbolModel
unused/rangeencoder.cpp:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void RangeEncoder::initSymbolModel(EntropyModel* model, U32 *table)
136
{
137
assert(model);
138
RangeModel* m = (RangeModel*)model;
139
m->init(table);
140
}
141
142
void RangeEncoder::destroySymbolModel(EntropyModel* model)
143
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected