Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c323 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_literal() argument
325 size_t const header = writeEntropy ? 200 : 0; in ZSTD_compressSubBlock_literal()
331 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal()
350 if (writeEntropy && hufMetadata->hType == set_compressed) { in ZSTD_compressSubBlock_literal()
367 if (!writeEntropy && cLitSize >= litSize) { in ZSTD_compressSubBlock_literal()
442 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_sequences() argument
471 if (writeEntropy) { in ZSTD_compressSubBlock_sequences()
583 int writeEntropy) in ZSTD_estimateSubBlockSize_literal() argument
595 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize; in ZSTD_estimateSubBlockSize_literal()
644 int writeEntropy) in ZSTD_estimateSubBlockSize_sequences() argument
[all …]