nn::cx::UncompressHuffman Function

Syntax

void UncompressHuffman(
     const void * srcp,
     void * destp
);

Arguments

Name Description
in srcp Compressed data address.
out destp Decompressed data address.

Return Values

None.

Description

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL