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

Method ArithmeticDecoder

src/arithmeticdecoder.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101#include "arithmeticmodel.hpp"
102
103ArithmeticDecoder::ArithmeticDecoder()
104{
105 instream = 0;
106 length = 0;
107 value = 0;
108}
109
110BOOL ArithmeticDecoder::init(ByteStreamIn* instream, BOOL really_init)
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected