Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1656 TINFL_FAST_LOOKUP_BITS = 10, enumerator
1657 TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS
2507 } else if (num_bits > TINFL_FAST_LOOKUP_BITS) { \
2508 code_len = TINFL_FAST_LOOKUP_BITS; \
2547 code_len = TINFL_FAST_LOOKUP_BITS; \
2724 if (code_size <= TINFL_FAST_LOOKUP_BITS) { in tinfl_decompress()
2740 rev_code >>= (TINFL_FAST_LOOKUP_BITS - 1); in tinfl_decompress()
2741 for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) { in tinfl_decompress()
2817 code_len = TINFL_FAST_LOOKUP_BITS; in tinfl_decompress()
2842 code_len = TINFL_FAST_LOOKUP_BITS; in tinfl_decompress()