Project Alice
Loading...
Searching...
No Matches
optState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for optState_t:

Public Attributes

unsigned * litFreq
 
unsigned * litLengthFreq
 
unsigned * matchLengthFreq
 
unsigned * offCodeFreq
 
ZSTD_match_tmatchTable
 
ZSTD_optimal_tpriceTable
 
U32 litSum
 
U32 litLengthSum
 
U32 matchLengthSum
 
U32 offCodeSum
 
U32 litSumBasePrice
 
U32 litLengthSumBasePrice
 
U32 matchLengthSumBasePrice
 
U32 offCodeSumBasePrice
 
ZSTD_OptPrice_e priceType
 
const ZSTD_entropyCTables_tsymbolCosts
 
ZSTD_paramSwitch_e literalCompressionMode
 

Detailed Description

Definition at line 166 of file zstd_compress_internal.h.

Member Data Documentation

◆ literalCompressionMode

ZSTD_paramSwitch_e optState_t::literalCompressionMode

Definition at line 185 of file zstd_compress_internal.h.

◆ litFreq

unsigned* optState_t::litFreq

Definition at line 168 of file zstd_compress_internal.h.

◆ litLengthFreq

unsigned* optState_t::litLengthFreq

Definition at line 169 of file zstd_compress_internal.h.

◆ litLengthSum

U32 optState_t::litLengthSum

Definition at line 176 of file zstd_compress_internal.h.

◆ litLengthSumBasePrice

U32 optState_t::litLengthSumBasePrice

Definition at line 180 of file zstd_compress_internal.h.

◆ litSum

U32 optState_t::litSum

Definition at line 175 of file zstd_compress_internal.h.

◆ litSumBasePrice

U32 optState_t::litSumBasePrice

Definition at line 179 of file zstd_compress_internal.h.

◆ matchLengthFreq

unsigned* optState_t::matchLengthFreq

Definition at line 170 of file zstd_compress_internal.h.

◆ matchLengthSum

U32 optState_t::matchLengthSum

Definition at line 177 of file zstd_compress_internal.h.

◆ matchLengthSumBasePrice

U32 optState_t::matchLengthSumBasePrice

Definition at line 181 of file zstd_compress_internal.h.

◆ matchTable

ZSTD_match_t* optState_t::matchTable

Definition at line 172 of file zstd_compress_internal.h.

◆ offCodeFreq

unsigned* optState_t::offCodeFreq

Definition at line 171 of file zstd_compress_internal.h.

◆ offCodeSum

U32 optState_t::offCodeSum

Definition at line 178 of file zstd_compress_internal.h.

◆ offCodeSumBasePrice

U32 optState_t::offCodeSumBasePrice

Definition at line 182 of file zstd_compress_internal.h.

◆ priceTable

ZSTD_optimal_t* optState_t::priceTable

Definition at line 173 of file zstd_compress_internal.h.

◆ priceType

ZSTD_OptPrice_e optState_t::priceType

Definition at line 183 of file zstd_compress_internal.h.

◆ symbolCosts

const ZSTD_entropyCTables_t* optState_t::symbolCosts

Definition at line 184 of file zstd_compress_internal.h.


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