Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1794 TDEFL_LZ_DICT_SIZE_MASK = TDEFL_LZ_DICT_SIZE - 1, enumerator
3706 d->m_dict[(d->m_lz_code_buf_dict_pos + i) & TDEFL_LZ_DICT_SIZE_MASK], in tdefl_flush_block()
3784 mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, in tdefl_find_match()
3801 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()
3839 mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, in tdefl_find_match()
3855 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()
3888 mz_uint cur_pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast()
3893 (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast()
3906 dst_pos = (dst_pos + n) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast()
3927 (probe_pos &= TDEFL_LZ_DICT_SIZE_MASK)) & in tdefl_compress_fast()
[all …]