Developer Reference for Intel® Integrated Performance Primitives
Initializes the bzip2-specific RLE structure.
IppStatus ippsDecodeRLEStateInit_BZ2_8u(IppRLEState_BZ2* pRLEState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pRLEState |
Pointer to the bzip2-specific RLE structure. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pRLEState pointer is NULL. |