Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c862 tdefl_sym_freq syms0[TDEFL_MAX_HUFF_SYMBOLS], syms1[TDEFL_MAX_HUFF_SYMBOLS], *pSyms; in tdefl_optimize_huffman_table() local
872 pSyms = tdefl_radix_sort_syms(num_used_syms, syms0, syms1); in tdefl_optimize_huffman_table()
873 tdefl_calculate_minimum_redundancy(pSyms, num_used_syms); in tdefl_optimize_huffman_table()
876 num_codes[pSyms[i].m_key]++; in tdefl_optimize_huffman_table()
884 d->m_huff_code_sizes[table_num][pSyms[--j].m_sym_index] = (mz_uint8)(i); in tdefl_optimize_huffman_table()