CXUncompressRL

C Specification

#include <revolution/cx.h>

void CXUncompressRL( const void* srcp, void* destp );

Arguments

srcp The source address where run length compressed data is stored.
destp Destination address for decompression.

Return Values

None.

Description

This function decompresses run length 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 uncompression of data, use the CXReadUncompRL function.

See Also

CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff, CXReadUncompRL, CXCompressRL

Revision History

07/06/2006 Initial version.


CONFIDENTIAL