Home
last modified time | relevance | path

Searched refs:len_low_symbols (Results 1 – 12 of 12) sorted by relevance

/dports/archivers/lzip/lzip-1.22/
H A Dencoder.h31 for( ; len < len_low_symbols && len < len_symbols; ++len ) in update_low_mid_prices()
35 for( ; len < len_low_symbols + len_mid_symbols && len < len_symbols; ++len ) in update_low_mid_prices()
37 price_symbol3( lm.bm_mid[pos_state], len - len_low_symbols ); in update_low_mid_prices()
43 for( int len = len_low_symbols + len_mid_symbols; len < len_symbols; ++len ) in update_high_prices()
46 price_symbol8( lm.bm_high, len - len_low_symbols - len_mid_symbols ); in update_high_prices()
68 if( high_pending && len_symbols > len_low_symbols + len_mid_symbols ) in update_prices()
H A Dlzip.h68 len_low_symbols = 1 << len_low_bits, enumerator
71 max_len_symbols = len_low_symbols + len_mid_symbols + len_high_symbols,
101 Bit_model bm_low[pos_states][len_low_symbols];
109 bm_low[0][0].reset( pos_states * len_low_symbols ); in reset()
H A Ddecoder.h201 return len_low_symbols + decode_tree3( lm.bm_mid[pos_state] ); in decode_len()
202 return len_low_symbols + len_mid_symbols + decode_tree8( lm.bm_high ); in decode_len()
H A Dencoder_base.h381 bool bit = ( ( symbol -= min_match_len ) >= len_low_symbols ); in encode_len()
387 bit = ( ( symbol -= len_low_symbols ) >= len_mid_symbols ); in encode_len()
/dports/archivers/lzlib/lzlib-1.12/
H A Dencoder.h35 for( ; len < len_low_symbols && len < lp->len_symbols; ++len ) in Lp_update_low_mid_prices()
39 for( ; len < len_low_symbols + len_mid_symbols && len < lp->len_symbols; ++len ) in Lp_update_low_mid_prices()
41 price_symbol3( lp->lm->bm_mid[pos_state], len - len_low_symbols ); in Lp_update_low_mid_prices()
48 for( len = len_low_symbols + len_mid_symbols; len < lp->len_symbols; ++len ) in Lp_update_high_prices()
52 price_symbol8( lp->lm->bm_high, len - len_low_symbols - len_mid_symbols ); in Lp_update_high_prices()
80 if( high_pending && lp->len_symbols > len_low_symbols + len_mid_symbols ) in Lp_update_prices()
H A Dlzip.h73 len_low_symbols = 1 << len_low_bits, enumerator
76 max_len_symbols = len_low_symbols + len_mid_symbols + len_high_symbols,
105 Bit_model bm_low[pos_states][len_low_symbols];
114 Bm_array_init( lm->bm_low[0], pos_states * len_low_symbols ); in Lm_init()
H A Ddecoder.h276 return len_low_symbols + Rd_decode_tree3( rdec, lm->bm_mid[pos_state] ); in Rd_decode_len()
277 return len_low_symbols + len_mid_symbols + Rd_decode_tree8( rdec, lm->bm_high ); in Rd_decode_len()
H A Dencoder_base.h504 bool bit = ( ( symbol -= min_match_len ) >= len_low_symbols ); in Re_encode_len()
510 bit = ( ( symbol -= len_low_symbols ) >= len_mid_symbols ); in Re_encode_len()
/dports/archivers/lziprecover/lziprecover-1.22/
H A Ddecoder.h232 return len_low_symbols + decode_tree3( lm.bm_mid[pos_state] ); in decode_len()
233 return len_low_symbols + len_mid_symbols + decode_tree8( lm.bm_high ); in decode_len()
H A Dlzip.h67 len_low_symbols = 1 << len_low_bits, enumerator
70 max_len_symbols = len_low_symbols + len_mid_symbols + len_high_symbols,
97 Bit_model bm_low[pos_states][len_low_symbols];
H A Dmtester.h179 return len_low_symbols + decode_tree3( lm.bm_mid[pos_state] ); in decode_len()
180 return len_low_symbols + len_mid_symbols + decode_tree8( lm.bm_high ); in decode_len()
/dports/archivers/lzip/lzip-1.22/doc/
H A Dlzip.texi1361 len_low_symbols = 1 << len_low_bits,
1364 max_len_symbols = len_low_symbols + len_mid_symbols + len_high_symbols,
1382 Bit_model bm_low[pos_states][len_low_symbols];
1518 return len_low_symbols +
1520 return len_low_symbols + len_mid_symbols +