CXUncompressHuffman

C Specification

#include <revolution/cx.h>

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

Arguments

srcp Source address of Huffman Compression data
destp Destination address for decompression.

Return Values

None.

Description

Decompresses Huffman compression data and writes it in 32-bit units to the specified memory. The source address must be aligned to a 4-byte boundary.

To perform streaming uncompression of data, use the CXReadUncompHuffman function.

See Also

CXUncompressLZ, CXUncompressRL, CXUnfilterDiff, CXReadUncompHuffman, CXCompressHuffman

Revision History

07/06/2006 Initial version.


CONFIDENTIAL