#include "defs.h"
#include "arithcodecbase.h"
Go to the source code of this file.
Compounds | |
| class | ArithCodec |
| Arithmetic coder/decoder. More... | |
Defines | |
| #define | BYTE_SIZE SIZEOF_CHAR*8 |
| Size of one byte. | |
| #define | Half ((CodeValue) 1 << (B_BITS-1)) |
| Half of the interval. | |
| #define | Quarter ((CodeValue) 1 << (B_BITS-2)) |
| Quarter of the interval. | |
This file contains the definition of ArithCodec class.
Definition in file arithcodec.h.
1.2.14 written by Dimitri van Heesch,
© 1997-2002