Home
last modified time | relevance | path

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

/f-stack/freebsd/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 …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12031 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_literal() argument
12033 size_t const header = writeEntropy ? 200 : 0; in ZSTD_compressSubBlock_literal()
12039 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal()
12058 if (writeEntropy && hufMetadata->hType == set_compressed) { in ZSTD_compressSubBlock_literal()
12075 if (!writeEntropy && cLitSize >= litSize) { in ZSTD_compressSubBlock_literal()
12150 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_sequences() argument
12179 if (writeEntropy) { in ZSTD_compressSubBlock_sequences()
12291 int writeEntropy) in ZSTD_estimateSubBlockSize_literal() argument
12303 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize; in ZSTD_estimateSubBlockSize_literal()
12348 int writeEntropy) in ZSTD_estimateSubBlockSize_sequences() argument
[all …]