EncodeHuffmanSpecInitAlloc

Allocate memory and initialize Huffman encode table

Synopsis

FwStatus   fwiEncodeHuffmanSpecInitAlloc_JPEG_8u ( const Fw8u * pListBitsconst Fw8u * pListValsFwiEncodeHuffmanSpec* * pEncHuffSpec );

Parameters

pEncHuffSpec   Pointer to the FwiEncodeHuffmanSpec structure.
pListBits   Pointer to the Bits list.
pListVals   Pointer to the Vals list.

Description

This function allocates memory for creation of a Huffman encode table.