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-C3632B1F-29EF-4D84-9B15-EB677D88F897
Visible to Intel only — GUID: GUID-C3632B1F-29EF-4D84-9B15-EB677D88F897
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. |