Searched refs:ZSTD_estimateSubBlockSize (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c388 static size_t ZSTD_estimateSubBlockSize(const BYTE* literals, size_t litSize, function
476 * Calling ZSTD_estimateSubBlockSize for every sequence can be wasteful
480 cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCount,

Completed in 148 milliseconds