Home
last modified time | relevance | path

Searched defs:LZCompressInfo (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp32 struct LZCompressInfo struct
34 u16 windowPos; // Initial position of the history window
35 u16 windowLen; // Length of the history window
37 s16 *LZOffsetTable; // Offset buffer of the history window
38 s16 *LZByteTable; // Pointer to the most recent character history
39 s16 *LZEndTable; // Pointer to the oldest character history