CXUncompressHuffman

Syntax

#include <revolution/cx.h>

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

Arguments

srcp Source address of Huffman compression data.
destp Destination address where data is expanded.

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

CXGetUncompressedSize, CXSecureUncompressHuffman, CXInitUncompContextHuffman, CXReadUncompHuffman, CXIsFinishedUncompHuffman, CXCompressHuffman, ntcompress

Revision History

2007/09/03 Corrected error in the See Also section.
2006/07/06 Initial version.


CONFIDENTIAL