Searched defs:lzma_lzma1_encoder_s (Results 1 – 1 of 1) sorted by relevance
72 struct lzma_lzma1_encoder_s { struct74 lzma_range_encoder rc;77 lzma_lzma_state state;80 uint32_t reps[REPS];83 lzma_match matches[MATCH_LEN_MAX + 1];86 uint32_t matches_count;90 uint32_t longest_match_length;93 bool fast_mode;97 bool is_initialized;101 bool is_flushed;[all …]