nn::cx::SecureUnfilterDiff Function#include <nn/cx.h> s32 SecureUnfilterDiff( register const void * srcp, u32 srcSize, register void * destp );
| Name | Description | |
|---|---|---|
| in | srcp | Compressed data address. |
| in | srcSize | Compressed data size. |
| out | destp | Decompressed data address. |
0 if the conversion succeeds, and a negative error code if it fails. Restores data converted using a difference filter.
Argument values must adhere to the following restrictions:
destp must be aligned to 2-bytes.
CONFIDENTIAL