Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress_superblock.c733 size_t cBlockSizeEstimate = 0; in ZSTD_compressSubBlock_multi() local
752cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCo… in ZSTD_compressSubBlock_multi()
755 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()