CXUnfilterDiff

Syntax

#include <revolution/cx.h>

void CXUnfilterDiff( register const void* srcp, register void* destp );

Arguments

srcp Source address where difference-filtered data is stored.
destp The destination address where the data is expanded. Can be the same region as the source address.

Return Values

None.

Description

This function expands the data to which the difference filter was applied and writes it to the specified memory region. The source address must be aligned to a 4-byte boundary. The pointers to the source and destination addresses may point to the same region.

See Also

CXUncompressHuffman, CXUncompressRL, CXUncompressLZ

Revision History

2007/09/03 Corrected argument type in Syntax.
2006/07/06 Initial version.


CONFIDENTIAL