Searched defs:ZSTD_DCtx_s (Results 1 – 1 of 1) sorted by relevance
127 struct ZSTD_DCtx_s struct129 const ZSTD_seqSymbol* LLTptr;130 const ZSTD_seqSymbol* MLTptr;131 const ZSTD_seqSymbol* OFTptr;132 const HUF_DTable* HUFptr;133 ZSTD_entropyDTables_t entropy;134 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */135 const void* previousDstEnd; /* detect continuity */136 const void* prefixStart; /* start of current segment */137 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */[all …]