Home
last modified time | relevance | path

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

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_compress.c322 …tream_t) + hashTableSize + chainTableSize + LIZARD_COMPRESS_ADD_BUF + (int)LIZARD_COMPRESS_ADD_HUF; in Lizard_sizeofState()
360 …rd_stream_t) + hashTableSize + chainTableSize + LIZARD_COMPRESS_ADD_BUF + LIZARD_COMPRESS_ADD_HUF); in Lizard_initStream()
363 …tream_t) + hashTableSize + chainTableSize + LIZARD_COMPRESS_ADD_BUF + (U32)LIZARD_COMPRESS_ADD_HUF; in Lizard_initStream()
385 ctx->huffEnd = ctx->huffBase + LIZARD_COMPRESS_ADD_HUF; in Lizard_initStream()
H A Dlizard_common.h88 #define LIZARD_COMPRESS_ADD_HUF HUF_compressBound(LIZARD_BLOCK_SIZE_PAD) macro
91 #define LIZARD_COMPRESS_ADD_HUF 0