nn::cx::ReadUncompLRC Function

Syntax

s32 ReadUncompLRC(
     UncompContextLRC * context,
     const void * data,
     u32 len
);

Arguments

Name Description
in context Pointer to the decompression context.
in data Pointer to compressed data.
in len Data size.

Return Values

Returns the size of the remaining data to be decompressed.

Description

Streaming decompression of LZ-Range Coder compressed data.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL