Allocates memory and initializes the bzip2-specific RLE structure.
IppStatus ippsEncodeRLEInitAlloc_BZ2_8u(IppRLEState_BZ2** ppRLEState);
ppRLEState |
Double pointer to the bzip2-specific RLE structure. |
The function ippsEncodeRLEInitAlloc_BZ2 is declared in the ippdc.h file. This function allocates memory and initializes the bzip2-specific RLE structure that contains required parameters for the RLE. This structure is used by the function ippsEncodeRLE_BZ2.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if ppRLEState pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.