ReactOS 0.4.15-dev-7788-g1ad9096
optState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for optState_t:

Public Attributes

unsignedlitFreq
 
unsignedlitLengthFreq
 
unsignedmatchLengthFreq
 
unsignedoffCodeFreq
 
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_literalCompressionMode_e literalCompressionMode
 

Detailed Description

Definition at line 94 of file zstd_compress_internal.h.

Member Data Documentation

◆ literalCompressionMode

ZSTD_literalCompressionMode_e optState_t::literalCompressionMode

Definition at line 113 of file zstd_compress_internal.h.

Referenced by ZSTD_buildSeqStore(), and ZSTD_compressedLiterals().

◆ litFreq

◆ litLengthFreq

◆ litLengthSum

◆ litLengthSumBasePrice

U32 optState_t::litLengthSumBasePrice

Definition at line 108 of file zstd_compress_internal.h.

Referenced by ZSTD_litLengthPrice(), and ZSTD_setBasePrices().

◆ litSum

U32 optState_t::litSum

◆ litSumBasePrice

U32 optState_t::litSumBasePrice

Definition at line 107 of file zstd_compress_internal.h.

Referenced by ZSTD_rawLiteralsCost(), and ZSTD_setBasePrices().

◆ matchLengthFreq

unsigned* optState_t::matchLengthFreq

◆ matchLengthSum

U32 optState_t::matchLengthSum

◆ matchLengthSumBasePrice

U32 optState_t::matchLengthSumBasePrice

Definition at line 109 of file zstd_compress_internal.h.

Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().

◆ matchTable

ZSTD_match_t* optState_t::matchTable

◆ offCodeFreq

◆ offCodeSum

U32 optState_t::offCodeSum

◆ offCodeSumBasePrice

U32 optState_t::offCodeSumBasePrice

Definition at line 110 of file zstd_compress_internal.h.

Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().

◆ priceTable

ZSTD_optimal_t* optState_t::priceTable

◆ priceType

◆ symbolCosts

const ZSTD_entropyCTables_t* optState_t::symbolCosts

Definition at line 112 of file zstd_compress_internal.h.

Referenced by ZSTD_buildSeqStore(), and ZSTD_rescaleFreqs().


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