Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

RLEGetInUseTable

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

Syntax

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

Include Files

ippdc.h

Domain Dependencies

Headers: ippcore.h, ippvm.h, ipps.h

Libraries: ippcore.lib, ippvm.lib, ipps.lib

Parameters

inUse

Pointer to the inUse vector.

pRLEState

Pointer to the bzip2-specific RLE state structure.

Description

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.