Flushes the remaining data after RLE decoding.
IppStatus ippsDecodeRLEStateFlush_BZ2_8u(IppRLEState_BZ2* pRLEState, Ipp8u** ppDst, int* pDstLen);
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. |
The function ippsDencodeRLEStateFlush_BZ2 is declared in the ippdc.h file. 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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if one of the pointers is NULL. |
ippStsSizeErr |
Indicates an error if length of the destination buffer is less than or equal to 0. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.