Developer Reference for Intel® Integrated Performance Primitives
Compute the size of the state structure for the bzip2-specific RLE.
IppStatus ippsRLEGetSize_BZ2_8u(int* pRLEStateSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pRLEStateSize |
Pointer to the size of the state structure for bzip2-specific RLE. |
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. |