#include <revolution/cx.h> void CXUncompressHuffman( const void* srcp, void* destp );
| srcp | Source address of Huffman compression data. |
|---|---|
| destp | Destination address where data is expanded. |
None.
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.
CXGetUncompressedSize, CXSecureUncompressHuffman, CXInitUncompContextHuffman, CXReadUncompHuffman, CXIsFinishedUncompHuffman, CXCompressHuffman, ntcompress
2007/09/03 Corrected error in the See Also section.
2006/07/06 Initial version.
CONFIDENTIAL