Searched defs:ZSTD_DCtx_s (Results 1 – 1 of 1) sorted by relevance
102 struct ZSTD_DCtx_s struct104 const ZSTD_seqSymbol* LLTptr;105 const ZSTD_seqSymbol* MLTptr;106 const ZSTD_seqSymbol* OFTptr;107 const HUF_DTable* HUFptr;108 ZSTD_entropyDTables_t entropy;109 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */110 const void* previousDstEnd; /* detect continuity */111 const void* prefixStart; /* start of current segment */112 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */[all …]