nn::cx::UncompressRL Function
void UncompressRL(
const void * srcp,
void * destp
);
| Name | Description | |
|---|---|---|
| in | srcp | Compressed data address. |
| out | destp | Decompressed data address. |
Decompresses run-length compressed data.
Expands run-length compressed data, and writes in 8-bit units. The compressed data address must be 4-byte aligned.
CONFIDENTIAL