Developer Reference for Intel® Integrated Performance Primitives
Calculates the size of the buffer for the ZFP decompression structure.
IppStatus ippsDecodeZfpGetStateSize_32f(int* pStateSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pStateSize |
Pointer to the variable receiving the size of the ZFP decompression structure. |
This function calculates the size of the memory buffer that your application must allocate for ZFP decompression operations.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pStateSize pointer is NULL. |