Rizin
unix-like reverse engineering framework and cli tools
lzma_length_decoder Struct Reference

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]
 

Detailed Description

Length decoder probabilities; see comments in lzma_common.h.

Definition at line 161 of file lzma_decoder.c.

Member Data Documentation

◆ choice

probability lzma_length_decoder::choice

Definition at line 162 of file lzma_decoder.c.

Referenced by lzma_decoder_reset().

◆ choice2

probability lzma_length_decoder::choice2

Definition at line 163 of file lzma_decoder.c.

Referenced by lzma_decoder_reset().

◆ high

probability lzma_length_decoder::high[LEN_HIGH_SYMBOLS]

Definition at line 166 of file lzma_decoder.c.

Referenced by lzma_decoder_reset().

◆ low

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().

◆ mid

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().


The documentation for this struct was generated from the following file: