Gets the pointer to the inUse vector from the RLE state structure.
IppStatus ippsRLEGetInUseTable_8u(Ipp8u inUse[256], IppRLEState_BZ2* pRLEState);
inUse |
Pointer to the inUse vector. |
pRLEState |
Pointer to the bzip2-specific RLE state structure. |
The function ippsRLEGetInUseTable is declared in the ippdc.h file. 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. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.