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-1131C7A4-04CB-4A85-91B4-5229CED01AB9
Visible to Intel only — GUID: GUID-1131C7A4-04CB-4A85-91B4-5229CED01AB9
LZSSGetSize
Computes the size of the LZSS state structure.
Syntax
IppStatus ippsLZSSGetSize_8u (int* pLZSSStateSize);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pLZSSStateSize |
Pointer to the size of the LZSS state structure. |
Description
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.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSStateSize is NULL. |