Searched refs:table_num (Results 1 – 1 of 1) sorted by relevance
3290 static void tdefl_optimize_huffman_table(tdefl_compressor *d, int table_num, in tdefl_optimize_huffman_table() argument3298 num_codes[d->m_huff_code_sizes[table_num][i]]++; in tdefl_optimize_huffman_table()3303 const mz_uint16 *pSym_count = &d->m_huff_count[table_num][0]; in tdefl_optimize_huffman_table()3318 MZ_CLEAR_OBJ(d->m_huff_code_sizes[table_num]); in tdefl_optimize_huffman_table()3319 MZ_CLEAR_OBJ(d->m_huff_codes[table_num]); in tdefl_optimize_huffman_table()3322 d->m_huff_code_sizes[table_num][pSyms[--j].m_sym_index] = (mz_uint8)(i); in tdefl_optimize_huffman_table()3331 if ((code_size = d->m_huff_code_sizes[table_num][i]) == 0) continue; in tdefl_optimize_huffman_table()3335 d->m_huff_codes[table_num][i] = (mz_uint16)rev_code; in tdefl_optimize_huffman_table()