Frees the memory allocated for VLC table.
IppStatus ippiFreeHuffmanTable_DV_32u(Ipp32u* pHuffTable);
pHuffTable |
Pointer to the decoding table. |
This function is declared in the ippvc.h header file. The function ippiFreeHuffmanTable_DV_32u frees the memory at pHuffTable allocated for VLC table.
This function is used in the DV decoder included into Intel IPP Samples. See introduction to DV.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pHuffTable is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.