From 0aff25f0baaa9ebac7ca3711513fcf855fc017ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 10:56:54 +0100 Subject: Merging upstream version 1.15~pre1. Signed-off-by: Daniel Baumann --- lzip.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lzip.h') diff --git a/lzip.h b/lzip.h index 77aa73e..ffa2fb3 100644 --- a/lzip.h +++ b/lzip.h @@ -85,6 +85,15 @@ struct Bit_model Bit_model() : probability( bit_model_total / 2 ) {} }; +struct Len_model + { + Bit_model choice1; + Bit_model choice2; + Bit_model bm_low[pos_states][len_low_symbols]; + Bit_model bm_mid[pos_states][len_mid_symbols]; + Bit_model bm_high[len_high_symbols]; + }; + class Pretty_print { -- cgit v1.2.3