EncodeHuffmanRawTableInit

Create raw Huffman encode table

Synopsis

FwStatus   fwiEncodeHuffmanRawTableInit_JPEG_8u ( const int pStatistics[256]Fw8u * pListBitsFw8u * pListVals );

Parameters

pListBits   Pointer to the Bits list.
pListVals   Pointer to the Vals list.
pStatistics[256]   Pointer to Huffman symbol statistics.

Description

This function creates a raw Huffman table with symbol statistics.

The function definition follows CCITT Rec. T.81(1992 E), Figure B.7, page 40, and Annex K.2.