Conscience Core
Public Attributes | List of all members
optState_t Struct Reference

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
 

Member Data Documentation

◆ literalCompressionMode

ZSTD_paramSwitch_e optState_t::literalCompressionMode

◆ litFreq

unsigned* optState_t::litFreq

◆ litLengthFreq

unsigned* optState_t::litLengthFreq

◆ litLengthSum

U32 optState_t::litLengthSum

◆ litLengthSumBasePrice

U32 optState_t::litLengthSumBasePrice

◆ litSum

U32 optState_t::litSum

◆ litSumBasePrice

U32 optState_t::litSumBasePrice

◆ matchLengthFreq

unsigned* optState_t::matchLengthFreq

◆ matchLengthSum

U32 optState_t::matchLengthSum

◆ matchLengthSumBasePrice

U32 optState_t::matchLengthSumBasePrice

◆ matchTable

ZSTD_match_t* optState_t::matchTable

◆ offCodeFreq

unsigned* optState_t::offCodeFreq

◆ offCodeSum

U32 optState_t::offCodeSum

◆ offCodeSumBasePrice

U32 optState_t::offCodeSumBasePrice

◆ priceTable

ZSTD_optimal_t* optState_t::priceTable

◆ priceType

ZSTD_OptPrice_e optState_t::priceType

◆ symbolCosts

const ZSTD_entropyCTables_t* optState_t::symbolCosts

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