Frees memory allocated for VLC table.
IppStatus ippiHuffmanTableFree_32s(IppVCHuffmanSpec_32s** ppDecodeTable);
ppDecodeTable |
Double pointer to the decoding table. |
This function is declared in the ippvc.h header file. The function ippiHuffmanTableFree_32s frees memory at ppDecodeTable allocated for the VLC table.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when at least one input pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.