DecodeRLEStateInit_BZ2

Initializes the bzip2-specific RLE structure.

Syntax

IppStatus ippsDecodeRLEStateInit_BZ2_8u(IppRLEState_BZ2* pRLEState);

Parameters

pRLEState

Pointer to the bzip2-specific RLE structure.

Description

The function ippsDecodeRLEStateInit_BZ2 is declared in the ippdc.h file. This function initializes the bzip2-specific RLE structure that contains parameters for the RLE in the external buffer. This structure is used by the function ippsDecodeRLEState_BZ2.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pRLEState pointer is NULL.

Submit feedback on this help topic

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