Added option '--crp-lzma-fb='. Started tuning lzma compression

levels '-1' and '-2'.
This commit is contained in:
Markus F.X.J. Oberhumer
2006-10-12 14:23:22 +02:00
parent e1379ac5ce
commit b31b8cd7f0
5 changed files with 26 additions and 5 deletions
+2
View File
@@ -89,6 +89,7 @@ struct options_t {
TT::pos_bits_t pos_bits; // pb
TT::lit_pos_bits_t lit_pos_bits; // lp
TT::lit_context_bits_t lit_context_bits; // lc
TT::num_fast_bytes_t num_fast_bytes;
#if 0
unsigned dict_size;
unsigned mf_passes;
@@ -96,6 +97,7 @@ struct options_t {
void reset() {
memset(this, 0, sizeof(*this));
pos_bits.reset(); lit_pos_bits.reset(); lit_context_bits.reset();
num_fast_bytes.reset();
}
};
struct crp_ucl_t {