Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c594 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal() local
595 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize; in ZSTD_estimateSubBlockSize_literal()
596 return cLitSizeEstimate + literalSectionHeaderSize; in ZSTD_estimateSubBlockSize_literal()