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-643EE622-CB25-4DC0-9E34-EE890B6C5106
Visible to Intel only — GUID: GUID-643EE622-CB25-4DC0-9E34-EE890B6C5106
EncodeRLEInit_BZ2
Initializes the bzip2-specific RLE structure.
Syntax
IppStatus ippsEncodeRLEInit_BZ2_8u(IppRLEState_BZ2* pRLEState);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pRLEState |
Pointer to the bzip2-specific RLE structure. |
Description
This function initializes the bzip2-specific RLE structure that contains parameters for the RLE in the external buffer. This structure is used by the function ippsEncodeRLE_BZ2. The size of this buffer must be computed previously by calling the function ippsRLEGetSize_BZ2.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pRLEState pointer is NULL. |