Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ initSymbolModel
Method
initSymbolModel
unused/rangedecoder.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void RangeDecoder::initSymbolModel(EntropyModel* model, U32 *table)
101
{
102
assert(model);
103
RangeModel* m = (RangeModel*)model;
104
m->init(table);
105
}
106
107
void RangeDecoder::destroySymbolModel(EntropyModel* model)
108
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected