nn::cx::ReadUncompLH Function
s32 ReadUncompLH(
UncompContextLH * context,
const void * data,
u32 len
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | data | Pointer to compressed data. |
| in | len | Data size. |
Streaming decompression of LZ-Huffman compressed data.
CONFIDENTIAL