Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1848 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
3347 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \
3571 if (pOutput_buf >= d->m_pOutput_buf_end) return MZ_FALSE; in tdefl_compress_lz_codes()
3594 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
3636 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
3663 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()
3742 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()
4355 d->m_pOutput_buf_end = d->m_output_buf; in tdefl_init()