CXUncompressLRC

Syntax

#include <revolution/cx.h>

void CXUncompressLRC( const void* srcp, void* destp, void* work );

Arguments

srcp Source address where LRC-compressed data is stored.
destp Destination address for decompression.
work Work buffer required for data decompression. The size given by CX_UNCOMPRESS_LRC_WORK_SIZE is required.

Return Values

None.

Description

Decompresses LRC-format-compressed data and writes the data to the specified region of memory. The source address must be aligned to a 4-byte boundary.

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

See Also

CXGetUncompressedSize
CXSecureUncompressLRC
CXInitUncompContextLRC
CXReadUncompLRC
CXIsFinishedUncompLRC
ntrompress

Revision History

2008/12/12 Added a description of parameters.
2007/11/01 Initial version.


CONFIDENTIAL