Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3048 mz_uint8 *pDict = (mz_uint8 *)MZ_MALLOC(TINFL_LZ_DICT_SIZE); in tinfl_decompress_mem_to_callback() local
3050 if (!pDict) return TINFL_STATUS_FAILED; in tinfl_decompress_mem_to_callback()
3057 &in_buf_size, pDict, pDict + dict_ofs, &dst_buf_size, in tinfl_decompress_mem_to_callback()
3062 (!(*pPut_buf_func)(pDict + dict_ofs, (int)dst_buf_size, pPut_buf_user))) in tinfl_decompress_mem_to_callback()
3070 MZ_FREE(pDict); in tinfl_decompress_mem_to_callback()