nn::cx::UncompressLH Function

Syntax

#include <nn/cx.h>

void UncompressLH(
     const u8 * srcp,
     u8 * destp,
     void * work
);

Parameters

Name Description
in srcp Compressed data address.
out destp Decompressed data address.
in work The work area (nn::cx::UNCOMPRESS_LH_WORK_SIZE bytes are needed).

Return Values

None.

Description

Decompresses LZ-Huffman compressed data.

Argument values must adhere to the following restrictions:

Revision History

2011/06/27
Added text about the restriction on argument values.
2010/11/10
Initial version.

CONFIDENTIAL