CXSecureUncompressLRC

Syntax

#include <revolution/cx.h>

void CXSecureUncompressLRC( const void* srcp, u32 srcSize, void* dest, void* workp );

Arguments

srcp Source address where LRC-compressed data is stored.
destp Destination address for decompression.

Return Values

None.

Description

This function decompresses LRC-format-compressed data and writes the data to the specified region of memory. Align the source address to a 4-byte boundary.

To perform streaming expansion of data, use the CXReadUncompLRC function.

See Also

CXGetUncompressedSize, CXUncompressLRC, CXInitUncompContextLRC, CXReadUncompLRC, CXIsFinishedUncompLRC, ntrompress

Revision History

2007/11/01 Initial version.


CONFIDENTIAL