#include <revolution/cx.h>void CXUnfilterDiff( const void* srcp, void* destp );| srcp | The 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
07/06/2006 Initial version.
CONFIDENTIAL