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

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

EncodeZfpGetStateSize

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

Syntax

IppStatus ippsEncodeZfpGetStateSize_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 compression structure.

Description

This function calculates the size of the memory buffer that your application must allocate to hold the ZFP compression structure.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pointer pStateSize is NULL.