Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1618 #define TINFL_LZ_DICT_SIZE 32768 macro
2197 mz_uint8 m_dict[TINFL_LZ_DICT_SIZE];
2296 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()
2305 out_bytes = TINFL_LZ_DICT_SIZE - pState->m_dict_ofs; in mz_inflate()
2325 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()
3048 mz_uint8 *pDict = (mz_uint8 *)MZ_MALLOC(TINFL_LZ_DICT_SIZE); in tinfl_decompress_mem_to_callback()
3054 dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback()
3068 dict_ofs = (dict_ofs + dst_buf_size) & (TINFL_LZ_DICT_SIZE - 1); in tinfl_decompress_mem_to_callback()
5790 TINFL_LZ_DICT_SIZE))) in mz_zip_reader_extract_to_callback()
5795 (mz_uint8 *)pWrite_buf + (out_buf_ofs & (TINFL_LZ_DICT_SIZE - 1)); in mz_zip_reader_extract_to_callback()
[all …]