Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress_superblock.c324 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_literal() argument
326 size_t const header = writeEntropy ? 200 : 0; in ZSTD_compressSubBlock_literal()
332 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal()
351 if (writeEntropy && hufMetadata->hType == set_compressed) { in ZSTD_compressSubBlock_literal()
368 if (!writeEntropy && cLitSize >= litSize) { in ZSTD_compressSubBlock_literal()
445 const int bmi2, int writeEntropy, int* entropyWritten) in ZSTD_compressSubBlock_sequences() argument
474 if (writeEntropy) { in ZSTD_compressSubBlock_sequences()
586 int writeEntropy) in ZSTD_estimateSubBlockSize_literal() argument
598 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize; in ZSTD_estimateSubBlockSize_literal()
647 int writeEntropy) in ZSTD_estimateSubBlockSize_sequences() argument
[all …]

Completed in 6 milliseconds