nn::cx::UncompContextLZ Structure

Syntax

struct UncompContextLZ
{
   u8 * destp;
   s32 destCount;
   s32 forceDestCount;
   s32 length;
   u8 lengthFlg;
   u8 flags;
   u8 flagIndex;
   u8 headerSize;
   u8 exFormat;
};

Description

The context for decompressing LZ77 compressed data.

Member Variables

destp Write-destination pointer
destCount Remaining write size
forceDestCount Forcibly sets the size of the decompression target
length Remaining length of continuous write
lengthFlg Flag indicating length has been acquired
flags Compression flag
flagIndex Current compression flag index
headerSize Size of header being read
exFormat LZ77 extended compression option

Revision History

2010/11/10
Initial version.

CONFIDENTIAL