Go to the source code of this file.
|
| #define | MAXIMUM_SCALE 16383 /* Maximum allowed frequency count */ |
| |
| #define | ESCAPE 256 /* The escape symbol */ |
| |
| #define | DONE -1 /* The output stream empty symbol */ |
| |
| #define | FLUSH -2 /* The symbol to flush the model */ |
| |
| #define DONE -1 /* The output stream empty symbol */ |
| #define ESCAPE 256 /* The escape symbol */ |
| #define FLUSH -2 /* The symbol to flush the model */ |
| #define MAXIMUM_SCALE 16383 /* Maximum allowed frequency count */ |
| 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 initialize_arithmetic_encoder |
( |
void |
| ) |
|
| void remove_symbol_from_stream |
( |
FILE * |
stream, |
|
|
SYMBOL * |
s |
|
) |
| |