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