Developer Reference for Intel® Integrated Performance Primitives
Gets the pointer to the inUse vector from the RLE state structure.
IppStatus ippsRLEGetInUseTable_8u(Ipp8u inUse[256], IppRLEState_BZ2* pRLEState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
inUse |
Pointer to the inUse vector. |
pRLEState |
Pointer to the bzip2-specific RLE state structure. |
This function gets the pointer to the inUse vector (table) from the initialized bzip2-specific RLE state structure pRLEState.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if one of the pointers is NULL. |