Searched refs:rowCCtxSize (Results 1 – 1 of 1) sorted by relevance
1711 size_t rowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local1715 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()1716 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()1773 size_t rowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local1777 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()1778 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()