RLEGetSize_BZ2

Compute the size of the state structure for the bzip2-specific RLE.

Syntax

IppStatus ippsRLEGetSize_BZ2_8u(int* pRLEStateSize);

Parameters

pRLEStateSize

Pointer to the size of the state structure for bzip2-specific RLE.

Description

The function ippsRLEGetSize_BZ2 is declared in the ippdc.h file. This function computes the size of memory (in bytes) of the internal state structure for the bzip2-specific RLE.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pRLEStateSize pointer is NULL.

Submit feedback on this help topic

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