Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1867 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; member
3921 mz_uint probe_pos = d->m_hash[hash]; in tdefl_compress_fast()
3922 d->m_hash[hash] = (mz_uint16)lookahead_pos; in tdefl_compress_fast()
4130 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()
4131 d->m_hash[hash] = (mz_uint16)(ins_pos); in tdefl_compress_normal()
4152 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()
4153 d->m_hash[hash] = (mz_uint16)(ins_pos); in tdefl_compress_normal()
4322 MZ_CLEAR_OBJ(d->m_hash); in tdefl_compress()
4346 if (!(flags & TDEFL_NONDETERMINISTIC_PARSING_FLAG)) MZ_CLEAR_OBJ(d->m_hash); in tdefl_init()