

Go to the source code of this file.
Namespaces | |
| IZ | |
Variables | |
| const int | IZ::CONTEXT_BITS = 4 |
| const int | IZ::CONTEXT_COUNT = 9 |
| const int | IZ::CONTEXT_SIZE_REGULAR = 1 |
| const int | IZ::CONTEXT_SIZE_RLE = 3 |
| char | IZ::decodeTable [1<< CONTEXT_BITS][MAX_CODE_VALUE] |
| const int | IZ::MAX_CODE_LENGTH = 6 |
| const int | IZ::MAX_CODE_VALUE = (1 << MAX_CODE_LENGTH) |
| unsigned int | IZ::staticdBits [1<<(2 *CONTEXT_BITS)] |
| const unsigned int | IZ::staticdCount [1<<(2 *CONTEXT_BITS)] |