RLEGetInUseTable

Gets the pointer to the inUse vector from the RLE state structure.

Syntax

IppStatus ippsRLEGetInUseTable_8u(Ipp8u inUse[256], IppRLEState_BZ2* pRLEState);

Parameters

inUse

Pointer to the inUse vector.

pRLEState

Pointer to the bzip2-specific RLE state structure.

Description

The function ippsRLEGetInUseTable is declared in the ippdc.h file. This function gets the pointer to the inUse vector (table) from the initialized bzip2-specific RLE state structure pRLEState.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if one of the pointers is NULL.

Submit feedback on this help topic

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