ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
LZ4HC_Data_Structure Struct Reference

Public Attributes

U32 hashTable [(1<<(16 -1))]
 
U16 chainTable [(1<< 16)]
 
const BYTEend
 
const BYTEbase
 
const BYTEdictBase
 
BYTEinputBuffer
 
U32 dictLimit
 
U32 lowLimit
 
U32 nextToUpdate
 
U32 compressionLevel
 

Detailed Description

Definition at line 87 of file lz4hc.c.

Member Data Documentation

◆ base

◆ chainTable

U16 LZ4HC_Data_Structure::chainTable[(1<< 16)]

◆ compressionLevel

U32 LZ4HC_Data_Structure::compressionLevel

Definition at line 98 of file lz4hc.c.

Referenced by LZ4_compressHC_continue_generic().

◆ dictBase

const BYTE* LZ4HC_Data_Structure::dictBase

◆ dictLimit

◆ end

const BYTE* LZ4HC_Data_Structure::end

◆ hashTable

U32 LZ4HC_Data_Structure::hashTable[(1<<(16 -1))]

◆ inputBuffer

BYTE* LZ4HC_Data_Structure::inputBuffer

Definition at line 94 of file lz4hc.c.

Referenced by LZ4_slideInputBufferHC().

◆ lowLimit

◆ nextToUpdate

U32 LZ4HC_Data_Structure::nextToUpdate

Definition at line 97 of file lz4hc.c.

Referenced by LZ4_saveDictHC(), LZ4HC_init(), LZ4HC_Insert(), and LZ4HC_setExternalDict().


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