MCPcopy Create free account
hub / github.com/LASzip/LASzip / decodeBit

Method decodeBit

unused/rangedecoder.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113U32 RangeDecoder::decodeBit(EntropyModel* model)
114{
115 return decodeSymbol(model);
116}
117
118U32 RangeDecoder::decodeSymbol(EntropyModel* model)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected