RLEGetInUseTable
RLEGetInUseTable
Gets the pointer to the
inUse
vector from the RLE state structure.Syntax
IppStatus ippsRLEGetInUseTable_8u(Ipp8u
inUse
[256], IppRLEState_BZ2*
pRLEState
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- inUse
- Pointer to theinUsevector.
- pRLEState
- Pointer to the bzip2-specific RLE state structure.
Description
This function gets the pointer to the
inUse
vector (table) from the initialized bzip2-specific RLE state structure pRLEState
.Return Values
- ippStsNoErr
- Indicates no error.
- ippStsNullPtrErr
- Indicates an error if one of the pointers isNULL.