|
ArithmeticCoding
0.0.0a
Arithmetic coding in C
|
An simple demonstration. More...
Go to the source code of this file.
Defines | |
| #define | countof(e) (sizeof(e)/sizeof(*(e))) |
| #define | ROW 80 |
| #define | ENDL "\n" |
Typedefs | |
| typedef unsigned long long | u64 |
Functions | |
| void | pcode (u8 *out, size_t nout) |
| Prints out the encoded message using hex codes. | |
| void | pascii (u8 *out, size_t nout) |
| Prints out the encoded message using characters. | |
| void | pmsg (u32 *v, size_t n) |
| Prints decoded the message string. | |
| int | main (int argc, char *argv[]) |
| A simple demo. | |
An simple demonstration.
Definition in file test.c.
1.7.6.1