Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1806 TDEFL_LZ_HASH_BITS = 12, enumerator
1808 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,
1809 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS
1816 TDEFL_LZ_HASH_BITS = 15, enumerator
1818 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,
1819 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS
3919 (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & in tdefl_compress_fast()