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

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

RLEGetSize_BZ2

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

Syntax

IppStatus ippsRLEGetSize_BZ2_8u(int* pRLEStateSize);

Include Files

ippdc.h

Domain Dependencies

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

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

Parameters

pRLEStateSize

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

Description

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.