Data Fields

lzma_lz_options Struct Reference

Data Fields

size_t dict_size
 Size of the history buffer.
const uint8_t * preset_dict
 TODO: Comment.
size_t preset_dict_size
size_t before_size
size_t after_size
size_t match_len_max
size_t nice_len
lzma_match_finder match_finder
 Type of the match finder to use.
uint32_t depth
 Maximum search depth.
uint32_t preset_dict_size

Field Documentation

Size of the history buffer.

TODO: Comment.

Extra amount of data to keep available before the "actual" dictionary.

Extra amount of data to keep available after the "actual" dictionary.

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.

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.

Maximum search depth.


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