nn::cx::UncompressLRC Function

Syntax

#include <nn/cx.h>

void UncompressLRC(
     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_LRC_WORK_SIZE bytes are needed).

Return Values

None.

Description

Decompresses LZ-Range Coder 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