![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Attributes | |
| U32 | hashTable [(1<<(16 -1))] |
| U16 | chainTable [(1<< 16)] |
| const BYTE * | end |
| const BYTE * | base |
| const BYTE * | dictBase |
| BYTE * | inputBuffer |
| U32 | dictLimit |
| U32 | lowLimit |
| U32 | nextToUpdate |
| U32 | compressionLevel |
| const BYTE* LZ4HC_Data_Structure::base |
Definition at line 92 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic(), LZ4_saveDictHC(), LZ4HC_init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| U16 LZ4HC_Data_Structure::chainTable[(1<< 16)] |
Definition at line 90 of file lz4hc.c.
Referenced by LZ4HC_init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
| U32 LZ4HC_Data_Structure::compressionLevel |
Definition at line 98 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic().
| const BYTE* LZ4HC_Data_Structure::dictBase |
Definition at line 93 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic(), LZ4HC_init(), LZ4HC_InsertAndFindBestMatch(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| U32 LZ4HC_Data_Structure::dictLimit |
Definition at line 95 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic(), LZ4_saveDictHC(), LZ4HC_init(), LZ4HC_InsertAndFindBestMatch(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| const BYTE* LZ4HC_Data_Structure::end |
Definition at line 91 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic(), LZ4_loadDictHC(), LZ4_saveDictHC(), LZ4HC_compress_generic(), LZ4HC_init(), and LZ4HC_setExternalDict().
| U32 LZ4HC_Data_Structure::hashTable[(1<<(16 -1))] |
Definition at line 89 of file lz4hc.c.
Referenced by LZ4HC_init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
| BYTE* LZ4HC_Data_Structure::inputBuffer |
Definition at line 94 of file lz4hc.c.
Referenced by LZ4_slideInputBufferHC().
| U32 LZ4HC_Data_Structure::lowLimit |
Definition at line 96 of file lz4hc.c.
Referenced by LZ4_compressHC_continue_generic(), LZ4_saveDictHC(), LZ4HC_init(), LZ4HC_InsertAndFindBestMatch(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| U32 LZ4HC_Data_Structure::nextToUpdate |
Definition at line 97 of file lz4hc.c.
Referenced by LZ4_saveDictHC(), LZ4HC_init(), LZ4HC_Insert(), and LZ4HC_setExternalDict().