#include <revolution/cx.h> void CXUnfilterDiff( register const void* srcp, register void* destp );
| 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. |
None.
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.
CXUncompressHuffman, CXUncompressRL, CXUncompressLZ
2007/09/03 Corrected argument type in Syntax.
2006/07/06 Initial version.
CONFIDENTIAL