EncodeZfpGetStateSize
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 pointerpStateSizeisNULL.