Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2699 mz_uint i, j, used_syms, total, sym_index, next_code[17], in tinfl_decompress() local
2716 for (tree_next = -1, sym_index = 0; in tinfl_decompress()
2717 sym_index < r->m_table_sizes[r->m_type]; ++sym_index) { in tinfl_decompress()
2719 code_size = pTable->m_code_size[sym_index]; in tinfl_decompress()
2725 mz_int16 k = (mz_int16)((code_size << 9) | sym_index); in tinfl_decompress()
2751 pTable->m_tree[-tree_cur - 1] = (mz_int16)sym_index; in tinfl_decompress()