Computes the size of the LZSS state structure.
IppStatus ippsLZSSGetSize_8u (int* pLZSSStateSize);
pLZSSStateSize |
Pointer to the size of the LZSS state structure. |
The function ippsLZSSGetSize is declared in the ippdc.h file. This function computes the size in bytes of the LZSS state structure for encoding and decoding and stores it to an integer pointed to by pLZSSStateSize. The function must be called prior to the function ippsEncodeLZSSInit or ippsDecodeLZSSInit.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSStateSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.