Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the LZSS state structure.
IppStatus ippsLZSSGetSize_8u (int* pLZSSStateSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pLZSSStateSize |
Pointer to the size of the LZSS state structure. |
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. |