CXUnfilterDiff

C Specification

#include <revolution/cx.h>

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

Arguments

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.

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

07/06/2006 Initial version.


CONFIDENTIAL