|
Video Processing Framework
|
#include <Wav_Arith.h>
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 |
const int CodingValues::CodeValueBits = 16 [static] |
const long CodingValues::Half = 2 * Qtr [static] |
| long CodingValues::high |
| long CodingValues::low |
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] |
| long CodingValues::value |