nn::cx::InitUncompContextHuffmanFront Function
void InitUncompContextHuffmanFront(
UncompContextHuffman * 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 Huffman compressed data to the specified size.
CONFIDENTIAL