Developer Reference for Intel® Integrated Performance Primitives
Writes any buffered encoded data from the ZFP compression structure to the destination buffer.
IppStatus ippsEncodeZfpFlush_32f(IppEncodeZfpState_32f* pState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pState |
Pointer to the ZFP compression structure. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer to pState is NULL. |
ippStsContexMatchErr |
Indicates an error if the ZFP compression structure data is invalid. |