Developer Reference for Intel® Integrated Performance Primitives
Initializes the LZSS encoder state structure.
IppStatus ippsEncodeLZSSInit_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 encoder state structure. |
This function initializes the LZSS state structure pLZSSState in the external buffer. Its size must be computed previously by calling the function ippsLZSSGetSize.
The LZSS encoder state structure is required for the encoder functions ippsEncodeLZSS and ippsEncodeLZSSFlush.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSState is NULL. |