Developer Reference for Intel® Integrated Performance Primitives
Initializes the LZSS decoder state structure.
IppStatus ippsDecodeLZSSInit_8u (IppLZSSState_8u* pLZSSState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pLZSSState |
Pointer to the LZSS decoder state structure. |
This function initializes the LZSS decoder state structure in the external buffer, the size of which must be computed previously by calling the function ippsLZSSGetSize.
The LZSS decoder state structure is required for the function ippsDecodeLZSS.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSState is NULL. |