Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1679 mz_uint32 m_state, m_num_bits, m_zhdr0, m_zhdr1, m_z_adler32, m_final, m_type, member
2610 bit_buf = num_bits = dist = counter = num_extra = r->m_zhdr0 = r->m_zhdr1 = 0; in tinfl_decompress()
2614 TINFL_GET_BYTE(2, r->m_zhdr1); in tinfl_decompress()
2615 counter = (((r->m_zhdr0 * 256 + r->m_zhdr1) % 31 != 0) || in tinfl_decompress()
2616 (r->m_zhdr1 & 32) || ((r->m_zhdr0 & 15) != 8)); in tinfl_decompress()