nn::cx::InitUncompContextLRCFront Function
void InitUncompContextLRCFront(
UncompContextLRC * context,
void* dest,
s32 destSize
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | dest | Decompression target address. |
| in | destSize | Expanded size |
Initializes the streaming decompression context for LZ-Range Coder compressed data to the specified decompressed size.
CONFIDENTIAL