]> wimlib.net Git - wimlib/commit
lzx_compress: increase LZX_BIT_COST to 64
authorEric Biggers <ebiggers3@gmail.com>
Sat, 11 Jun 2016 18:28:21 +0000 (13:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 11 Jun 2016 19:46:18 +0000 (14:46 -0500)
commitb3f0907b9619fa74d1a36772e7562d9cac60aa00
treebc98ecda496ca935ddf644719520055763b69dd6
parent3e63765561d83f2ca25d8a4bfd97957f5c706307
lzx_compress: increase LZX_BIT_COST to 64

Increasing the bit cost allows higher precision calculations, with
essentially no disadvantages.  64 is also the value used by the LZMS
compressor.
src/lzx_compress.c