EncodeZfpFlush
EncodeZfpFlush
Writes any buffered encoded data from the ZFP compression structure to the destination buffer.
Syntax
IppStatus ippsEncodeZfpFlush_32f(IppEncodeZfpState_32f*
pState
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- pState
- Pointer to the ZFP compression structure.
Description
This function writes any buffered encoded data from the ZFP compression structure to the destination buffer. Your application must call this function after the last call to
EncodeZfp444
to properly finish all compression operations.Return Values
- ippStsNoErr
- Indicates no error.
- ippStsNullPtrErr
- Indicates an error if the pointer topStateisNULL.
- ippStsContexMatchErr
- Indicates an error if the ZFP compression structure data is invalid.