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

Method encodeBit

unused/rangeencoder.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void RangeEncoder::encodeBit(EntropyModel* model, U32 bit)
150{
151 encodeSymbol(model, bit);
152}
153
154void RangeEncoder::encodeSymbol(EntropyModel* model, U32 sym)
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected