Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

arithcodec.h File Reference

Definition of ArithCodec class. More...

#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.


Detailed Description

Definition of ArithCodec class.

This file contains the definition of ArithCodec class.

Definition in file arithcodec.h.


Generated on Wed Feb 5 10:43:03 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002