Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
Visible to Intel only — GUID: GUID-152886FA-19C3-4D20-8707-D6C9D4528C77
Visible to Intel only — GUID: GUID-152886FA-19C3-4D20-8707-D6C9D4528C77
DecodeRLEStateInit_BZ2
Initializes the bzip2-specific RLE structure.
Syntax
IppStatus ippsDecodeRLEStateInit_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 DecodeRLEState_BZ2.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pRLEState pointer is NULL. |