Frees memory allocated for the Huffman encoding and decoding structures.
void ippsHuffFree_8u(IppHuffState_8u* pHuffState);
pHuffState |
Pointer to the Huffman coding structure. |
The function ippsHuffFree is declared in the ippdc.h file. This function frees memory allocated for the Huffman encoding and decoding structures by the function ippsEncodeHuffInitAlloc and ippsDecodeHuffInitAlloc respectively.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.