Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-2FF32F4B-7FF8-4D87-B08C-F57E359C8497
Visible to Intel only — GUID: GUID-2FF32F4B-7FF8-4D87-B08C-F57E359C8497
DecodeLZSSInit
Initializes the LZSS decoder state structure.
Syntax
IppStatus ippsDecodeLZSSInit_8u (IppLZSSState_8u* pLZSSState);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pLZSSState |
Pointer to the LZSS decoder state structure. |
Description
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.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSState is NULL. |