Home
last modified time | relevance | path

Searched defs:UncompressContextDeflate_ (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp29 struct UncompressContextDeflate_ struct
31 static const size_t WORK_SIZE = UNCOMPRESS_GZIP_WORK_SIZE + (1 << MAX_WBITS);
33 s32 headerSize;
34 size_t rawSize;
35 detail::ZlibAllocator za;
36 z_stream s;
37 bit8 workBuffer[WORK_SIZE];