Searched defs:LZCompressInfo (Results 1 – 1 of 1) sorted by relevance
32 struct LZCompressInfo struct34 u16 windowPos; // Initial position of the history window35 u16 windowLen; // Length of the history window37 s16 *LZOffsetTable; // Offset buffer of the history window38 s16 *LZByteTable; // Pointer to the most recent character history39 s16 *LZEndTable; // Pointer to the oldest character history