nn::cx::UnfilterDiff Function#include <nn/cx.h>
void UnfilterDiff(
const void * srcp,
void * destp
);
| Name | Description | |
|---|---|---|
| in | srcp | Compressed data address. |
| out | destp | Decompressed data address. |
Restores data converted using a difference filter.
Argument values must adhere to the following restrictions:
destp must have 2-byte boundary alignment.
CONFIDENTIAL