Video Processing Framework
CodingValues Class Reference

#include <Wav_Arith.h>

Inheritance diagram for CodingValues:
ArithDecoder ArithEncoder

List of all members.

Public Attributes

long low
long high
long value

Static Public Attributes

static const int CodeValueBits = 16
static const long MaxFreq = ((long)1 << (CodeValueBits - 2)) - 1
static const long One = ((long)1 << CodeValueBits) - 1
static const long Qtr = One / 4 + 1
static const long Half = 2 * Qtr
static const long ThreeQtr = 3 * Qtr

Member Data Documentation

const int CodingValues::CodeValueBits = 16 [static]
const long CodingValues::Half = 2 * Qtr [static]
const long CodingValues::MaxFreq = ((long)1 << (CodeValueBits - 2)) - 1 [static]
const long CodingValues::One = ((long)1 << CodeValueBits) - 1 [static]
const long CodingValues::Qtr = One / 4 + 1 [static]
const long CodingValues::ThreeQtr = 3 * Qtr [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines