ReactOS 0.4.16-dev-746-g329a414
|
#include <zstd_compress_internal.h>
Public Attributes | |
ZSTD_window_t | window |
U32 | loadedDictEnd |
U32 | nextToUpdate |
U32 | hashLog3 |
U32 * | hashTable |
U32 * | hashTable3 |
U32 * | chainTable |
optState_t | opt |
const ZSTD_matchState_t * | dictMatchState |
ZSTD_compressionParameters | cParams |
Definition at line 130 of file zstd_compress_internal.h.
U32* ZSTD_matchState_t::chainTable |
Definition at line 143 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_copyCCtx_internal(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_HcFindBestMatch_generic(), ZSTD_insertAndFindFirstIndex_internal(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_insertDUBT1(), ZSTD_reduceIndex(), ZSTD_reset_matchState(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_updateDUBT().
ZSTD_compressionParameters ZSTD_matchState_t::cParams |
Definition at line 146 of file zstd_compress_internal.h.
Referenced by ZSTD_BtFindBestMatch_dictMatchState_selectMLS(), ZSTD_BtFindBestMatch_extDict_selectMLS(), ZSTD_BtFindBestMatch_selectMLS(), ZSTD_BtGetAllMatches(), ZSTD_buildSeqStore(), ZSTD_compressBlock_doubleFast(), ZSTD_compressBlock_doubleFast_dictMatchState(), ZSTD_compressBlock_doubleFast_extDict(), ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast(), ZSTD_compressBlock_fast_dictMatchState(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_fast_extDict(), ZSTD_compressBlock_fast_extDict_generic(), ZSTD_compressBlock_fast_generic(), ZSTD_compressBlock_lazy_extDict_generic(), ZSTD_compressBlock_lazy_generic(), ZSTD_compressBlock_opt_generic(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_getCParamsFromCDict(), ZSTD_HcFindBestMatch_dictMatchState_selectMLS(), ZSTD_HcFindBestMatch_extDict_selectMLS(), ZSTD_HcFindBestMatch_generic(), ZSTD_HcFindBestMatch_selectMLS(), ZSTD_initCDict_internal(), ZSTD_insertAndFindFirstIndex(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_insertDUBT1(), ZSTD_ldm_blockCompress(), ZSTD_ldm_fillFastTables(), ZSTD_loadDictionaryContent(), ZSTD_reset_matchState(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), ZSTD_resetCCtx_internal(), ZSTD_shouldAttachDict(), ZSTD_updateDUBT(), and ZSTD_updateTree().
const ZSTD_matchState_t* ZSTD_matchState_t::dictMatchState |
Definition at line 145 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast(), ZSTD_compressBlock_fast_dictMatchState(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_lazy_generic(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_HcFindBestMatch_generic(), ZSTD_insertBtAndGetAllMatches(), ZSTD_invalidateMatchState(), ZSTD_matchState_dictMode(), ZSTD_overflowCorrectIfNeeded(), and ZSTD_resetCCtx_byAttachingCDict().
U32 ZSTD_matchState_t::hashLog3 |
Definition at line 140 of file zstd_compress_internal.h.
Referenced by ZSTD_copyCCtx_internal(), ZSTD_insertAndFindFirstIndexHash3(), ZSTD_reduceIndex(), ZSTD_reset_matchState(), and ZSTD_resetCCtx_byCopyingCDict().
U32* ZSTD_matchState_t::hashTable |
Definition at line 141 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_fast_extDict_generic(), ZSTD_compressBlock_fast_generic(), ZSTD_copyCCtx_internal(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_HcFindBestMatch_generic(), ZSTD_insertAndFindFirstIndex_internal(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_reduceIndex(), ZSTD_reset_matchState(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_updateDUBT().
U32* ZSTD_matchState_t::hashTable3 |
Definition at line 142 of file zstd_compress_internal.h.
Referenced by ZSTD_copyCCtx_internal(), ZSTD_insertAndFindFirstIndexHash3(), ZSTD_reduceIndex(), ZSTD_reset_matchState(), and ZSTD_resetCCtx_byCopyingCDict().
U32 ZSTD_matchState_t::loadedDictEnd |
Definition at line 132 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_copyCCtx_internal(), ZSTD_HcFindBestMatch_generic(), ZSTD_invalidateMatchState(), ZSTD_loadDictionaryContent(), ZSTD_overflowCorrectIfNeeded(), ZSTD_resetCCtx_byAttachingCDict(), and ZSTD_resetCCtx_byCopyingCDict().
U32 ZSTD_matchState_t::nextToUpdate |
Definition at line 139 of file zstd_compress_internal.h.
Referenced by ZSTD_BtFindBestMatch(), ZSTD_BtGetAllMatches(), ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_opt_generic(), ZSTD_compressBlock_targetCBlockSize(), ZSTD_compressContinue_internal(), ZSTD_copyCCtx_internal(), ZSTD_DUBT_findBestMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_initStats_ultra(), ZSTD_insertAndFindFirstIndex_internal(), ZSTD_insertBtAndGetAllMatches(), ZSTD_invalidateMatchState(), ZSTD_ldm_limitTableUpdate(), ZSTD_loadDictionaryContent(), ZSTD_overflowCorrectIfNeeded(), ZSTD_resetCCtx_byCopyingCDict(), ZSTD_updateDUBT(), and ZSTD_updateTree_internal().
optState_t ZSTD_matchState_t::opt |
Definition at line 144 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compressBlock_btultra2(), ZSTD_compressBlock_opt_generic(), ZSTD_initStats_ultra(), ZSTD_invalidateMatchState(), and ZSTD_reset_matchState().
ZSTD_window_t ZSTD_matchState_t::window |
Definition at line 131 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_compressBlock_btultra2(), ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_fast_extDict_generic(), ZSTD_compressBlock_fast_generic(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_lazy_extDict_generic(), ZSTD_compressBlock_lazy_generic(), ZSTD_compressBlock_opt_generic(), ZSTD_compressBlock_targetCBlockSize(), ZSTD_compressContinue_internal(), ZSTD_copyCCtx_internal(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_HcFindBestMatch_generic(), ZSTD_initStats_ultra(), ZSTD_insertAndFindFirstIndex_internal(), ZSTD_insertAndFindFirstIndexHash3(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_insertDUBT1(), ZSTD_invalidateMatchState(), ZSTD_invalidateRepCodes(), ZSTD_ldm_limitTableUpdate(), ZSTD_loadDictionaryContent(), ZSTD_matchState_dictMode(), ZSTD_overflowCorrectIfNeeded(), ZSTD_reset_matchState(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), ZSTD_resetCCtx_internal(), ZSTD_updateDUBT(), and ZSTD_updateTree_internal().