ArithmeticCoding
0.0.0a
Arithmetic coding in C
|
#include <stream.h>
Public Attributes | |
size_t | nbytes |
size_t | ibyte |
size_t | ibit |
uint8_t | mask |
uint8_t * | d |
int | own |
uint8_t* _stream_t::d |
size_t _stream_t::ibit |
size_t _stream_t::ibyte |
uint8_t _stream_t::mask |
size_t _stream_t::nbytes |
int _stream_t::own |