ReactOS 0.4.15-dev-7931-gfd331f1
ldmParams_t Struct Reference

#include <zstd_compress_internal.h>

Public Attributes

U32 enableLdm
 
U32 hashLog
 
U32 bucketSizeLog
 
U32 minMatchLength
 
U32 hashRateLog
 
U32 windowLog
 

Detailed Description

Definition at line 169 of file zstd_compress_internal.h.

Member Data Documentation

◆ bucketSizeLog

U32 ldmParams_t::bucketSizeLog

Definition at line 172 of file zstd_compress_internal.h.

Referenced by ZSTD_ldm_getBucket(), and ZSTD_ldm_insertEntry().

◆ enableLdm

U32 ldmParams_t::enableLdm

Definition at line 170 of file zstd_compress_internal.h.

◆ hashLog

U32 ldmParams_t::hashLog

Definition at line 171 of file zstd_compress_internal.h.

◆ hashRateLog

U32 ldmParams_t::hashRateLog

Definition at line 174 of file zstd_compress_internal.h.

Referenced by ZSTD_ldm_makeEntryAndInsertByTag().

◆ minMatchLength

U32 ldmParams_t::minMatchLength

Definition at line 173 of file zstd_compress_internal.h.

Referenced by ZSTD_ldm_fillLdmHashTable().

◆ windowLog

U32 ldmParams_t::windowLog

Definition at line 175 of file zstd_compress_internal.h.


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