Home
last modified time | relevance | path

Searched refs:m_pLZ_code_buf (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
3508 mz_uint8 *pLZ_code_buf_end = d->m_pLZ_code_buf; in tdefl_compress_lz_codes()
3602 for (pLZ_codes = d->m_lz_code_buf; pLZ_codes < d->m_pLZ_code_buf; in tdefl_compress_lz_codes()
3670 d->m_pLZ_code_buf -= (d->m_num_flags_left == 8); in tdefl_flush_block()
3749 d->m_pLZ_code_buf = d->m_lz_code_buf + 1; in tdefl_flush_block()
3887 mz_uint8 *pLZ_code_buf = d->m_pLZ_code_buf, *pLZ_flags = d->m_pLZ_flags; in tdefl_compress_fast()
4000 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()
4006 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()
4036 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()
4042 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()
[all …]