Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-7A65E029-8384-419F-AE2F-4C03C8CEF1FD
Visible to Intel only — GUID: GUID-7A65E029-8384-419F-AE2F-4C03C8CEF1FD
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. |