Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/cx/
Dcx_Compression.h107 const int GZIP_COMPRESS_WORK_SIZE = DEFLATE_COMPRESS_WORK_SIZE; variable
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp1306 == GZIP_COMPRESS_WORK_SIZE ); in ZlibStaticAssert()
1318 detail::ZlibAllocator za(pWork, GZIP_COMPRESS_WORK_SIZE); in CompressDeflateCommon()