|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <zstd_compress_internal.h>

Public Attributes | |
| unsigned * | litFreq |
| unsigned * | litLengthFreq |
| unsigned * | matchLengthFreq |
| unsigned * | offCodeFreq |
| ZSTD_match_t * | matchTable |
| ZSTD_optimal_t * | priceTable |
| U32 | litSum |
| U32 | litLengthSum |
| U32 | matchLengthSum |
| U32 | offCodeSum |
| U32 | litSumBasePrice |
| U32 | litLengthSumBasePrice |
| U32 | matchLengthSumBasePrice |
| U32 | offCodeSumBasePrice |
| ZSTD_OptPrice_e | priceType |
| const ZSTD_entropyCTables_t * | symbolCosts |
| ZSTD_literalCompressionMode_e | literalCompressionMode |
Definition at line 94 of file zstd_compress_internal.h.
| ZSTD_literalCompressionMode_e optState_t::literalCompressionMode |
Definition at line 113 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), and ZSTD_compressedLiterals().
| unsigned* optState_t::litFreq |
Definition at line 96 of file zstd_compress_internal.h.
Referenced by ZSTD_rawLiteralsCost(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| unsigned* optState_t::litLengthFreq |
Definition at line 97 of file zstd_compress_internal.h.
Referenced by ZSTD_litLengthPrice(), ZSTD_rescaleFreqs(), ZSTD_reset_matchState(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| U32 optState_t::litLengthSum |
Definition at line 104 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_btultra2(), ZSTD_initStats_ultra(), ZSTD_invalidateMatchState(), ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| U32 optState_t::litLengthSumBasePrice |
Definition at line 108 of file zstd_compress_internal.h.
Referenced by ZSTD_litLengthPrice(), and ZSTD_setBasePrices().
| U32 optState_t::litSum |
Definition at line 103 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| U32 optState_t::litSumBasePrice |
Definition at line 107 of file zstd_compress_internal.h.
Referenced by ZSTD_rawLiteralsCost(), and ZSTD_setBasePrices().
| unsigned* optState_t::matchLengthFreq |
Definition at line 98 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 105 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| U32 optState_t::matchLengthSumBasePrice |
Definition at line 109 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().
| ZSTD_match_t* optState_t::matchTable |
Definition at line 100 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_reset_matchState().
| unsigned* optState_t::offCodeFreq |
Definition at line 99 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 106 of file zstd_compress_internal.h.
Referenced by ZSTD_rescaleFreqs(), ZSTD_setBasePrices(), ZSTD_updateStats(), and ZSTD_upscaleStats().
| U32 optState_t::offCodeSumBasePrice |
Definition at line 110 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), and ZSTD_setBasePrices().
| ZSTD_optimal_t* optState_t::priceTable |
Definition at line 101 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 111 of file zstd_compress_internal.h.
Referenced by ZSTD_getMatchPrice(), ZSTD_litLengthPrice(), ZSTD_rawLiteralsCost(), and ZSTD_rescaleFreqs().
| const ZSTD_entropyCTables_t* optState_t::symbolCosts |
Definition at line 112 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), and ZSTD_rescaleFreqs().