Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1119 tdefl_sym_freq syms0[TDEFL_MAX_HUFF_SYMBOLS], syms1[TDEFL_MAX_HUFF_SYMBOLS], *pSyms; in tdefl_optimize_huffman_table() local
1124pSyms = tdefl_radix_sort_syms(num_used_syms, syms0, syms1); tdefl_calculate_minimum_redundancy(pSy… in tdefl_optimize_huffman_table()
1126 for (i = 0; i < num_used_syms; i++) num_codes[pSyms[i].m_key]++; in tdefl_optimize_huffman_table()
1132 …for (l = num_codes[i]; l > 0; l--) d->m_huff_code_sizes[table_num][pSyms[--j].m_sym_index] = (mz_u… in tdefl_optimize_huffman_table()