Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3785 match_len = *pMatch_len, probe_pos = pos, next_probe_pos, in tdefl_find_match() local
3797 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()
3798 if ((!next_probe_pos) || \ in tdefl_find_match()
3799 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()
3801 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()
3840 match_len = *pMatch_len, probe_pos = pos, next_probe_pos, in tdefl_find_match() local
3851 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()
3852 if ((!next_probe_pos) || \ in tdefl_find_match()
3853 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()
3855 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()