]> icculus.org git repositories - icculus/xz.git/commit
liblzma: Adjust default depth calculation for HC3 and HC4.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 3 Sep 2010 09:28:41 +0000 (12:28 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 3 Sep 2010 09:28:41 +0000 (12:28 +0300)
commit77fe5954cd3d10fb1837372684cbc133b56b6a87
treeb6c211524ce570b689fc5630b0539c5613e235a5
parentfce69059cf901ce8075a78c7607d591f144a3b5a
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.
src/liblzma/lz/lz_encoder.c