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

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

DecodeZfpGetStateSize

Calculates the size of the buffer for the ZFP decompression structure.

Syntax

IppStatus ippsDecodeZfpGetStateSize_32f(int* pStateSize);

Include Files

ippdc.h

Domain Dependencies

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

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

Parameters

pStateSize

Pointer to the variable receiving the size of the ZFP decompression structure.

Description

This function calculates the size of the memory buffer that your application must allocate for ZFP decompression operations.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pStateSize pointer is NULL.