Searched refs:targetCBlockSize (Results 1 – 3 of 3) sorted by relevance
449 size_t targetCBlockSize = cctxParams->targetCBlockSize; in ZSTD_compressSubBlock_multi() local483 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()
286 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize. member
825 CCtxParams->targetCBlockSize = value; in ZSTD_CCtxParams_setParameter()826 return CCtxParams->targetCBlockSize; in ZSTD_CCtxParams_setParameter()957 *value = (int)CCtxParams->targetCBlockSize; in ZSTD_CCtxParams_getParameter()2325 DEBUGLOG(5, "ZSTD_useTargetCBlockSize (targetCBlockSize=%zu)", cctxParams->targetCBlockSize); in ZSTD_useTargetCBlockSize()2326 return (cctxParams->targetCBlockSize != 0); in ZSTD_useTargetCBlockSize()