Field Documentation
size_t lzma_lz_options::dict_size |
Size of the history buffer.
const uint8_t * lzma_lz_options::preset_dict |
size_t lzma_lz_options::before_size |
Extra amount of data to keep available before the "actual" dictionary.
size_t lzma_lz_options::after_size |
Extra amount of data to keep available after the "actual" dictionary.
size_t lzma_lz_options::match_len_max |
Maximum length of a match that the LZ-based encoder can accept. This is used to extend matches of length nice_len to the maximum possible length.
size_t lzma_lz_options::nice_len |
Match finder will search matches up to this length. This must be less than or equal to match_len_max.
Type of the match finder to use.
uint32_t lzma_lz_options::depth |
The documentation for this struct was generated from the following files: