libdragon
|
Fast-access state of the LZ4 algorithm (streaming version). More...
Fast-access state of the LZ4 algorithm (streaming version).
See the LZ4 block format for a better understanding of the fields.
uint8_t lz4dec_faststate_t::token |
Current token.
int lz4dec_faststate_t::lit_len |
Number of literals to copy.
int lz4dec_faststate_t::match_len |
Number of bytes to copy from the ring buffer.
int lz4dec_faststate_t::match_off |
Offset in the ring buffer to copy from.
int lz4dec_faststate_t::fsm_state |
Current state of the streaming state machine.