Initializes the bzip2-specific RLE structure.
IppStatus ippsDecodeRLEStateInit_BZ2_8u(IppRLEState_BZ2* pRLEState);
pRLEState |
Pointer to the bzip2-specific RLE structure. |
The function ippsDecodeRLEStateInit_BZ2 is declared in the ippdc.h file. 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 ippsDecodeRLEState_BZ2.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pRLEState pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.