Searched refs:pSyms (Results 1 – 1 of 1) sorted by relevance
3301 *pSyms; in tdefl_optimize_huffman_table() local3310 pSyms = tdefl_radix_sort_syms(num_used_syms, syms0, syms1); in tdefl_optimize_huffman_table()3311 tdefl_calculate_minimum_redundancy(pSyms, num_used_syms); in tdefl_optimize_huffman_table()3313 for (i = 0; i < num_used_syms; i++) num_codes[pSyms[i].m_key]++; 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()