MCPcopy Create free account
hub / github.com/LAStools/LAStools / ArithmeticBitModel

Class ArithmeticBitModel

LASzip/src/arithmeticmodel.hpp:76–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76class ArithmeticBitModel
77{
78public:
79 ArithmeticBitModel();
80 ~ArithmeticBitModel();
81
82 void init();
83
84private:
85 void update();
86 U32 update_cycle, bits_until_update;
87 U32 bit_0_prob, bit_0_count, bit_count;
88 friend class ArithmeticEncoder;
89 friend class ArithmeticDecoder;
90};
91
92#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected