Frees memory allocated for the LZSS state structure.
void ippsLZSSFree_8u (IppLZSSState_8u* pLZSSState);
pLZSSState |
Pointer to the LZSS encoder state structure. |
The function ippsEncodeLZSSFree is declared in the ippdc.h file. This function frees memory allocated for the LZSS state structure for encoding and decoding by the function ippsEncodeLZSSInitAlloc or ippsDecodeLZSSInitAlloc respectively.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.