Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1662 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], member
2503 temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]; \
2543 if ((temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= \
2703 MZ_CLEAR_OBJ(pTable->m_look_up); in tinfl_decompress()
2727 pTable->m_look_up[rev_code] = k; in tinfl_decompress()
2733 (tree_cur = pTable->m_look_up[rev_code & in tinfl_decompress()
2735 pTable->m_look_up[rev_code & (TINFL_FAST_LOOKUP_SIZE - 1)] = in tinfl_decompress()
2813 .m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= in tinfl_decompress()
2838 .m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= in tinfl_decompress()