Home
last modified time | relevance | path

Searched refs:m_zhdr0 (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()
2613 TINFL_GET_BYTE(1, r->m_zhdr0); 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()
2618 counter |= (((1U << (8U + (r->m_zhdr0 >> 4))) > 32768U) || in tinfl_decompress()
2620 (size_t)(1ULL << (8U + (r->m_zhdr0 >> 4))))); in tinfl_decompress()