Project Alice
Loading...
Searching...
No Matches
seqState_t Struct Reference
Collaboration diagram for seqState_t:

Public Attributes

BIT_DStream_t DStream
 
ZSTD_fseState stateLL
 
ZSTD_fseState stateOffb
 
ZSTD_fseState stateML
 
size_t prevOffset [ZSTD_REP_NUM]
 

Detailed Description

Definition at line 789 of file zstd_decompress_block.c.

Member Data Documentation

◆ DStream

BIT_DStream_t seqState_t::DStream

Definition at line 790 of file zstd_decompress_block.c.

◆ prevOffset

size_t seqState_t::prevOffset[ZSTD_REP_NUM]

Definition at line 794 of file zstd_decompress_block.c.

◆ stateLL

ZSTD_fseState seqState_t::stateLL

Definition at line 791 of file zstd_decompress_block.c.

◆ stateML

ZSTD_fseState seqState_t::stateML

Definition at line 793 of file zstd_decompress_block.c.

◆ stateOffb

ZSTD_fseState seqState_t::stateOffb

Definition at line 792 of file zstd_decompress_block.c.


The documentation for this struct was generated from the following file: