Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3185 mz_uint16 m_key, m_sym_index; member
3194 mz_uint freq = pSyms0[i].m_key; in tdefl_radix_sort_syms()
3208 pNew_syms[offsets[(pCur_syms[i].m_key >> pass_shift) & 0xFF]++] = in tdefl_radix_sort_syms()
3226 A[0].m_key = 1; in tdefl_calculate_minimum_redundancy()
3229 A[0].m_key += A[1].m_key; in tdefl_calculate_minimum_redundancy()
3233 if (leaf >= n || A[root].m_key < A[leaf].m_key) { in tdefl_calculate_minimum_redundancy()
3234 A[next].m_key = A[root].m_key; in tdefl_calculate_minimum_redundancy()
3235 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy()
3237 A[next].m_key = A[leaf++].m_key; in tdefl_calculate_minimum_redundancy()
3238 if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key)) { in tdefl_calculate_minimum_redundancy()
[all …]