Public Types | |
enum | { RC_BIT_0, RC_BIT_1, RC_DIRECT_0, RC_DIRECT_1, RC_FLUSH } |
Symbols to encode. More... | |
Data Fields | |
uint64_t | low |
uint64_t | cache_size |
uint32_t | range |
uint8_t | cache |
size_t | count |
Number of symbols in the tables. | |
size_t | pos |
rc_encode()'s position in the tables | |
enum lzma_range_encoder:: { ... } | symbols [RC_SYMBOLS_MAX] |
Symbols to encode. | |
probability * | probs [RC_SYMBOLS_MAX] |
Probabilities associated with RC_BIT_0 or RC_BIT_1. |
anonymous enum |
Symbols to encode.
size_t lzma_range_encoder::count |
Number of symbols in the tables.
size_t lzma_range_encoder::pos |
rc_encode()'s position in the tables
enum { ... } lzma_range_encoder::symbols[RC_SYMBOLS_MAX] |
Symbols to encode.
probability* lzma_range_encoder::probs[RC_SYMBOLS_MAX] |
Probabilities associated with RC_BIT_0 or RC_BIT_1.