Searched defs:ZSTD_CCtx_s (Results 1 – 1 of 1) sorted by relevance
269 struct ZSTD_CCtx_s { struct270 ZSTD_compressionStage_e stage;271 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…272 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */273 ZSTD_CCtx_params requestedParams;274 ZSTD_CCtx_params appliedParams;275 U32 dictID;276 size_t dictContentSize;278 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */279 size_t blockSize;[all …]