Searched refs:opt_lzma (Results 1 – 4 of 4) sorted by relevance
19 if (lzma_lzma_preset(&opt_easy->opt_lzma, preset)) in lzma_easy_preset()23 opt_easy->filters[0].options = &opt_easy->opt_lzma; in lzma_easy_preset()
22 lzma_options_lzma opt_lzma; member
63 lzma_options_lzma opt_lzma; in main() local199 if (lzma_lzma_preset(&opt_lzma, LZMA_PRESET_DEFAULT)) in main()203 filters[0].options = &opt_lzma; in main()
129 static lzma_options_lzma opt_lzma; in coder_set_compression_settings() local147 if (lzma_lzma_preset(&opt_lzma, preset_number)) in coder_set_compression_settings()153 filters[0].options = &opt_lzma; in coder_set_compression_settings()