nn::cx::InitUncompContextLZFront Function

Syntax

void InitUncompContextLZFront(
     UncompContextLZ * context,
     void* dest,
     s32 destSize
);

Arguments

Name Description
in context Pointer to the decompression context.
in dest Decompression target address.
in destSize Expanded size

Return Values

None.

Description

Initializes the streaming decompression context for LZ77 compressed data to the specified decompressed size.

This API supports both LZ compression (backward compatibility) and LZ extended compression.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL