nn::cx::InitUncompContextLHFront Function

Syntax

#include <nn/cx.h>

void InitUncompContextLHFront(
     UncompContextLH * context,
     void * dest,
     s32 destSize
);

Parameters

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 LZ-Huffman compressed data to the specified decompressed size.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL