Context algorithm
Semi-predictive context algorithm implementation
|
Go to the source code of this file.
Macros | |
#define | BUFFER_SIZE 256 |
Functions | |
void | initialize_output_bitstream () |
void | output_bit (FILE *stream, int bit) |
void | flush_output_bitstream (FILE *stream) |
void | initialize_input_bitstream () |
short int | input_bit (FILE *stream) |
long | bit_ftell_output (FILE *stream) |
long | bit_ftell_input (FILE *stream) |
Variables | |
static char | buffer [BUFFER_SIZE+2] |
static char * | current_byte |
static int | output_mask |
static int | input_bytes_left |
static int | input_bits_left |
static int | past_eof |
|
static |