Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c737 size_t cBlockSizeEstimate = 0; in ZSTD_compressSubBlock_multi() local
756cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCo… in ZSTD_compressSubBlock_multi()
759 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12441 size_t cBlockSizeEstimate = 0; in ZSTD_compressSubBlock_multi() local
12460cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCo… in ZSTD_compressSubBlock_multi()
12463 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()