Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1657 TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS enumerator
1662 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE],
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)]) >= \
2726 while (rev_code < TINFL_FAST_LOOKUP_SIZE) { in tinfl_decompress()
2734 (TINFL_FAST_LOOKUP_SIZE - 1)])) { 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()