Developer Reference for Intel® Integrated Performance Primitives 2019
Initializes the ZFP decompression structure with default values.
IppStatus ippsDecodeZfpInit_32f(const Ipp8u* pSrc, int srcLen, IppDecodeZfpState_32f* pState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pSrc |
Pointer to the input buffer holding the compressed data. |
srcLen |
Length of the compressed data buffer. |
pState |
Pointer to the ZFP decompression structure. |
This function initializes the ZFP decompression structure. Its size must be calculated by calling the function DecodeZfpGetStateSize beforehand.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if any of the pointers is NULL. |
ippStsSizeErr |
Indicates an error if the parameter srcLen is less than or equal to zero. |