Searched refs:num_extra_bits (Results 1 – 1 of 1) sorted by relevance
1277 mz_uint s0, s1, n0, n1, sym, num_extra_bits; in tdefl_compress_lz_codes() local1290 num_extra_bits = (match_dist < 512) ? n0 : n1; in tdefl_compress_lz_codes()1294 TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()1359 mz_uint sym, num_extra_bits; in tdefl_compress_lz_codes() local1368 … sym = s_tdefl_small_dist_sym[match_dist]; num_extra_bits = s_tdefl_small_dist_extra[match_dist]; in tdefl_compress_lz_codes()1372 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()1376 TDEFL_PUT_BITS(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()