DecodeRLEStateFlush_BZ2
DecodeRLEStateFlush_BZ2
Flushes the remaining data after RLE decoding.
Syntax
IppStatus ippsDecodeRLEStateFlush_BZ2_8u(IppRLEState_BZ2*
pRLEState
, Ipp8u**
ppDst
, Ipp32u*
pDstLen
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- pRLEState
- Pointer to the bzip2-specific RLE state structure.
- ppDst
- Double pointer to the destination buffer.
- pDstLen
- Pointer to the length of the destination buffer.
Description
This function flushes the remaining data after RLE decoding with thresholding equal to 4. The function uses the initialized bzip2-specific RLE state structure
pRLEState
.Return Values
- ippStsNoErr
- Indicates no error.
- ippStsNullPtrErr
- Indicates an error if one of the pointers isNULL.
- ippStsSizeErr
- Indicates an error if length of the destination buffer is less than or equal to 0.