Compute the size of the state structure for the bzip2-specific RLE.
IppStatus ippsRLEGetSize_BZ2_8u(int* pRLEStateSize);
pRLEStateSize |
Pointer to the size of the state structure for bzip2-specific RLE. |
The function ippsRLEGetSize_BZ2 is declared in the ippdc.h file. This function computes the size of memory (in bytes) of the internal state structure for the bzip2-specific RLE.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pRLEStateSize pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.