Rizin
unix-like reverse engineering framework and cli tools
|
Length decoder probabilities; see comments in lzma_common.h. More...
Public Attributes | |
probability | choice |
probability | choice2 |
probability | low [POS_STATES_MAX][LEN_LOW_SYMBOLS] |
probability | mid [POS_STATES_MAX][LEN_MID_SYMBOLS] |
probability | high [LEN_HIGH_SYMBOLS] |
Length decoder probabilities; see comments in lzma_common.h.
Definition at line 161 of file lzma_decoder.c.
probability lzma_length_decoder::choice |
Definition at line 162 of file lzma_decoder.c.
Referenced by lzma_decoder_reset().
probability lzma_length_decoder::choice2 |
Definition at line 163 of file lzma_decoder.c.
Referenced by lzma_decoder_reset().
probability lzma_length_decoder::high[LEN_HIGH_SYMBOLS] |
Definition at line 166 of file lzma_decoder.c.
Referenced by lzma_decoder_reset().
probability lzma_length_decoder::low[POS_STATES_MAX][LEN_LOW_SYMBOLS] |
Definition at line 164 of file lzma_decoder.c.
Referenced by lzma_decoder_reset().
probability lzma_length_decoder::mid[POS_STATES_MAX][LEN_MID_SYMBOLS] |
Definition at line 165 of file lzma_decoder.c.
Referenced by lzma_decoder_reset().