Go to the source code of this file.
Classes | |
class | ArithmeticBitModel |
class | ArithmeticModel |
Macros | |
#define | AC_BUFFER_SIZE 1024 |
#define | AC_HEADER_BYTE 2 |
Variables | |
const U32 | AC__MaxLength = 0xFFFFFFFFU |
const U32 | AC__MinLength = 0x01000000U |
const U32 | BM__LengthShift = 13 |
const U32 | BM__MaxCount = 1 << BM__LengthShift |
const U32 | DM__LengthShift = 15 |
const U32 | DM__MaxCount = 1 << DM__LengthShift |
#define AC_BUFFER_SIZE 1024 |
Definition at line 44 of file arithmeticmodel.hpp.
#define AC_HEADER_BYTE 2 |
Definition at line 43 of file arithmeticmodel.hpp.
const U32 AC__MaxLength = 0xFFFFFFFFU |
Definition at line 47 of file arithmeticmodel.hpp.
const U32 AC__MinLength = 0x01000000U |
Definition at line 46 of file arithmeticmodel.hpp.
const U32 BM__LengthShift = 13 |
Definition at line 50 of file arithmeticmodel.hpp.
const U32 BM__MaxCount = 1 << BM__LengthShift |
Definition at line 51 of file arithmeticmodel.hpp.
const U32 DM__LengthShift = 15 |
Definition at line 54 of file arithmeticmodel.hpp.
const U32 DM__MaxCount = 1 << DM__LengthShift |
Definition at line 55 of file arithmeticmodel.hpp.