1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma/lz
Lasse Collin 77fe5954cd liblzma: Adjust default depth calculation for HC3 and HC4.
It was 8 + nice_len / 4, now it is 4 + nice_len / 4.
This allows faster settings at lower nice_len values,
even though it seems that I won't use automatic depth
calcuation with HC3 and HC4 in the presets.
2010-09-03 12:28:41 +03:00
..
lz_decoder.c Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
lz_decoder.h Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
lz_encoder.c liblzma: Adjust default depth calculation for HC3 and HC4. 2010-09-03 12:28:41 +03:00
lz_encoder.h Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
lz_encoder_hash.h Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
lz_encoder_hash_table.h Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_encoder_mf.c Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
Makefile.inc Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00