Allocate memory and initialize Huffman encode table
| FwStatus | fwiEncodeHuffmanSpecInitAlloc_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 allocates memory for creation of a Huffman encode table.