ReactOS
0.4.15-dev-2359-g0dedb9b
|
#include <zstd_compress_internal.h>
Definition at line 97 of file zstd_compress_internal.h.
U32* optState_t::litFreq |
Definition at line 99 of file zstd_compress_internal.h.
Referenced by ZSTD_rawLiteralsCost(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32* optState_t::litLengthFreq |
Definition at line 100 of file zstd_compress_internal.h.
Referenced by ZSTD_litLengthContribution(), ZSTD_litLengthPrice(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::litLengthSum |
Definition at line 107 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_btultra(), ZSTD_invalidateMatchState(), ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::litLengthSumBasePrice |
Definition at line 111 of file zstd_compress_internal.h.
Referenced by ZSTD_litLengthPrice(), and ZSTD_setBasePrices().
U32 optState_t::litSum |
Definition at line 106 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::litSumBasePrice |
Definition at line 110 of file zstd_compress_internal.h.
Referenced by ZSTD_rawLiteralsCost(), and ZSTD_setBasePrices().
U32* optState_t::matchLengthFreq |
Definition at line 101 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::matchLengthSum |
Definition at line 108 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::matchLengthSumBasePrice |
Definition at line 112 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().
ZSTD_match_t* optState_t::matchTable |
Definition at line 103 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_reset_matchState().
U32* optState_t::offCodeFreq |
Definition at line 102 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::offCodeSum |
Definition at line 109 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
U32 optState_t::offCodeSumBasePrice |
Definition at line 113 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().
ZSTD_optimal_t* optState_t::priceTable |
Definition at line 104 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_reset_matchState().
ZSTD_OptPrice_e optState_t::priceType |
Definition at line 114 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), ZSTD_litLengthContribution(), ZSTD_litLengthPrice(), ZSTD_rawLiteralsCost(), and ZSTD_rescaleFreqs().
const ZSTD_entropyCTables_t* optState_t::symbolCosts |
Definition at line 115 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_internal(), and ZSTD_rescaleFreqs().