Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3222 int root, leaf, next, avbl, used, dpth; in tdefl_calculate_minimum_redundancy() local
3248 used = dpth = 0; in tdefl_calculate_minimum_redundancy()
3252 while (root >= 0 && (int)A[root].m_key == dpth) { in tdefl_calculate_minimum_redundancy()
3257 A[next--].m_key = (mz_uint16)(dpth); in tdefl_calculate_minimum_redundancy()
3261 dpth++; in tdefl_calculate_minimum_redundancy()