Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c1454 size_t noRowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local
1457 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1460 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()
1516 size_t noRowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local
1519 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1522 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()