ArithmeticCoding  0.0.0a
Arithmetic coding in C
Public Attributes
_stream_t Struct Reference

#include <stream.h>

List of all members.

Public Attributes

size_t nbytes
size_t ibyte
size_t ibit
uint8_t mask
uint8_t * d
int own

Detailed Description

Definition at line 24 of file stream.h.


Member Data Documentation

uint8_t* _stream_t::d

Definition at line 29 of file stream.h.

Definition at line 27 of file stream.h.

Definition at line 26 of file stream.h.

uint8_t _stream_t::mask

Definition at line 28 of file stream.h.

Definition at line 25 of file stream.h.

Definition at line 30 of file stream.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines