EncodeRLEInitAlloc_BZ2

Allocates memory and initializes the bzip2-specific RLE structure.

Syntax

IppStatus ippsEncodeRLEInitAlloc_BZ2_8u(IppRLEState_BZ2** ppRLEState);

Parameters

ppRLEState

Double pointer to the bzip2-specific RLE structure.

Description

The function ippsEncodeRLEInitAlloc_BZ2 is declared in the ippdc.h file. This function allocates memory and initializes the bzip2-specific RLE structure that contains required parameters for the RLE. This structure is used by the function ippsEncodeRLE_BZ2.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if ppRLEState pointer is NULL.

Submit feedback on this help topic

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