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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c449 size_t targetCBlockSize = cctxParams->targetCBlockSize; local
483 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) {
H A Dzstd_compress_internal.h286 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize. member in struct:ZSTD_CCtx_params_s
287 * No target when targetCBlockSize == 0.
H A Dzstd_compress.c825 CCtxParams->targetCBlockSize = value;
826 return CCtxParams->targetCBlockSize;
957 *value = (int)CCtxParams->targetCBlockSize;
2321 * If used, compression will do best effort to make a compressed block size to be around targetCBlockSize.
2325 DEBUGLOG(5, "ZSTD_useTargetCBlockSize (targetCBlockSize=%zu)", cctxParams->targetCBlockSize);
2326 return (cctxParams->targetCBlockSize != 0);

Completed in 1837 milliseconds