Searched refs:cSizeEstimate (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c397 size_t cSizeEstimate = 0; local
398 cSizeEstimate += ZSTD_estimateSubBlockSize_literal(literals, litSize,
401 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable,
404 return cSizeEstimate + ZSTD_blockHeaderSize;

Completed in 358 milliseconds