Searched refs:code_size_limit (Results 1 – 1 of 1) sorted by relevance
850 …huffman_table(tdefl_compressor *d, int table_num, int table_len, int code_size_limit, int static_t… in tdefl_optimize_huffman_table() argument878 tdefl_huffman_enforce_max_code_size(num_codes, num_used_syms, code_size_limit); in tdefl_optimize_huffman_table()882 for (i = 1, j = num_used_syms; i <= code_size_limit; i++) in tdefl_optimize_huffman_table()888 for (j = 0, i = 2; i <= code_size_limit; i++) in tdefl_optimize_huffman_table()