Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h567 TINFL_FAST_LOOKUP_BITS = 10, TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS enumerator
Dminiz.c640 } else if (num_bits > TINFL_FAST_LOOKUP_BITS) { \
641 code_len = TINFL_FAST_LOOKUP_BITS; \
664 …code_len = TINFL_FAST_LOOKUP_BITS; do { temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & …
762 …if (code_size <= TINFL_FAST_LOOKUP_BITS) { mz_int16 k = (mz_int16)((code_size << 9) | sym_index); … in tinfl_decompress()
764 rev_code >>= (TINFL_FAST_LOOKUP_BITS - 1); in tinfl_decompress()
765 for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) in tinfl_decompress()
816 …code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len… in tinfl_decompress()
829 …code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len… in tinfl_decompress()