Merging upstream version 1.6~pre4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fb013c1a61
commit
d801a57ecb
12 changed files with 63 additions and 54 deletions
|
@ -684,7 +684,7 @@ static bool LZe_encode_member( struct LZ_encoder * const e )
|
|||
const bool best = ( e->matchfinder->match_len_limit > 12 );
|
||||
const int dis_price_count = best ? 1 : 512;
|
||||
const int align_price_count = best ? 1 : dis_align_size;
|
||||
const int price_count = ( e->matchfinder->match_len_limit > 36 ) ? 1024 : 4096;
|
||||
const int price_count = ( e->matchfinder->match_len_limit > 36 ) ? 1013 : 4093;
|
||||
int ahead, i;
|
||||
State * const state = &e->state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue