Context algorithm
Semi-predictive context algorithm implementation
|
Go to the source code of this file.
Functions | |
void | initialize_arithmetic_encoder () |
void | encode_symbol (FILE *stream, SYMBOL *s) |
void | flush_arithmetic_encoder (FILE *stream) |
short int | get_current_count (SYMBOL *s) |
void | initialize_arithmetic_decoder (FILE *stream) |
void | remove_symbol_from_stream (FILE *stream, SYMBOL *s) |
Variables | |
static unsigned short int | code |
static unsigned short int | low |
static unsigned short int | high |
long | underflow_bits |
void remove_symbol_from_stream | ( | FILE * | stream, |
SYMBOL * | s | ||
) |