Searched defs:lzma_lzma1_encoder_s (Results 1 – 1 of 1) sorted by relevance
71 struct lzma_lzma1_encoder_s { struct73 lzma_range_encoder rc;76 lzma_lzma_state state;79 uint32_t reps[REPS];82 lzma_match matches[MATCH_LEN_MAX + 1];85 uint32_t matches_count;89 uint32_t longest_match_length;92 bool fast_mode;96 bool is_initialized;100 bool is_flushed;[all …]