Searched defs:wbits (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Compression.cpp | 1312 …ateCommon( void* pDest, size_t destSize, const void* pSrc, size_t srcSize, void* pWork, int wbits ) in CompressDeflateCommon() 1367 const int wbits = MAX_WBITS + 16; // Specify +16 = gzip format in CompressGzip() local 1408 const int wbits = - MAX_WBITS; // Specify - = raw deflate format in CompressDeflate() local
|
| D | cx_StreamingUncompression.cpp | 1529 …ressContextDeflateCommon( UncompContextDeflate* pContext, void* pDest, size_t destSize, int wbits ) in InitUncompressContextDeflateCommon() 1595 const int wbits = - MAX_WBITS; // Specify - = raw deflate format in InitUncompContextDeflate() local 1604 const int wbits = MAX_WBITS + 16; // Specify +16 = gzip format in InitUncompContextGzip() local
|
| D | cx_Uncompression.cpp | 1077 …lateCommon(void* pDest, size_t destSize, const void* pSrc, size_t srcSize, void* pWork, int wbits ) in UncompressDeflateCommon() 1133 const int wbits = MAX_WBITS + 16; // Specify +16 = gzip format in UncompressGzip() local 1156 const int wbits = - MAX_WBITS; // Specify - = raw deflate format in UncompressDeflate() local
|