nn::cx::UncompressHuffman Function
void UncompressHuffman(
const void * srcp,
void * destp
);
| Name | Description | |
|---|---|---|
| in | srcp | Compressed data address. |
| out | destp | Decompressed data address. |
Decompresses Huffman compressed data.
Expands Huffman compressed data, and writes in 8-bit units. The compressed data address must be 4-byte aligned. The decompressed data address must be 4-byte aligned, and the size of the region must be a multiple of 4 bytes.
CONFIDENTIAL