DecodeRLE_BZ2

Performs the bzip2-specific RLE decoding.

Syntax

IppStatus ippsDecodeRLE_BZ2_8u(Ipp8u** ppSrc, int* pSrcLen, Ipp8u* pDst, int* pDstLen);

Parameters

ppSrc

Double pointer to the source buffer.

pSrcLen

Pointer to the length of the source buffer, after decoding - pointer to the size of the remaining data.

pDst

Pointer to the destination buffer.

pDstLen

Pointer to the length of the destination buffer, after decoding - pointer to the resulting size of the destination buffer.

Description

The function ippsDecodeRLE_BZ2 is declared in the ippdc.h file. This function performs the bzip2-specific RLE decoding with thresholding equal to 4.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if one of the pointers is NULL.

ippStsSizeErr

Indicates an error if length of the source or destination buffer is less than or equal to 0.

ippStsDstSizeLessExpected

Indicates a warning if size of the destination buffer is insufficient to store all output elements.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.