Initialize Huffman encode table
FwStatus | fwiEncodeHuffmanSpecInit_JPEG_8u | ( | const Fw8u * pListBits, const Fw8u * pListVals, FwiEncodeHuffmanSpec * pEncHuffSpec ); |
pEncHuffSpec | Pointer to the FwiEncodeHuffmanSpec structure. | |
pListBits | Pointer to the Bits list. | |
pListVals | Pointer to the Vals list. |
This function creates and initializes a Huffman encode table.
The function definition follows CCITT Rec. T.81(1992 E), Annex C.2.