Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1845 mz_uint m_flags, m_max_probes[2]; member
3787 mz_uint num_probes_left = d->m_max_probes[match_len >= 32]; in tdefl_find_match()
3842 mz_uint num_probes_left = d->m_max_probes[match_len >= 32]; in tdefl_find_match()
4343 d->m_max_probes[0] = 1 + ((flags & 0xFFF) + 2) / 3; in tdefl_init()
4345 d->m_max_probes[1] = 1 + (((flags & 0xFFF) >> 2) + 2) / 3; in tdefl_init()