Project Alice
Loading...
Searching...
No Matches
ldmParams_t Struct Reference

#include <zstd_compress_internal.h>

Public Attributes

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

Detailed Description

Definition at line 285 of file zstd_compress_internal.h.

Member Data Documentation

◆ bucketSizeLog

U32 ldmParams_t::bucketSizeLog

Definition at line 288 of file zstd_compress_internal.h.

◆ enableLdm

ZSTD_paramSwitch_e ldmParams_t::enableLdm

Definition at line 286 of file zstd_compress_internal.h.

◆ hashLog

U32 ldmParams_t::hashLog

Definition at line 287 of file zstd_compress_internal.h.

◆ hashRateLog

U32 ldmParams_t::hashRateLog

Definition at line 290 of file zstd_compress_internal.h.

◆ minMatchLength

U32 ldmParams_t::minMatchLength

Definition at line 289 of file zstd_compress_internal.h.

◆ windowLog

U32 ldmParams_t::windowLog

Definition at line 291 of file zstd_compress_internal.h.


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