Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1686 m_len_codes[TINFL_MAX_HUFF_SYMBOLS_0 + TINFL_MAX_HUFF_SYMBOLS_1 + 137]; member
2759 r->m_len_codes[counter++] = (mz_uint8)dist; in tinfl_decompress()
2768 TINFL_MEMSET(r->m_len_codes + counter, in tinfl_decompress()
2769 (dist == 16) ? r->m_len_codes[counter - 1] : 0, s); in tinfl_decompress()
2775 TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, in tinfl_decompress()
2778 r->m_len_codes + r->m_table_sizes[0], in tinfl_decompress()