Visible to Intel only — GUID: GUID-3132B317-959D-4313-9758-6434A6035BC0
Visible to Intel only — GUID: GUID-3132B317-959D-4313-9758-6434A6035BC0
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 to pState is NULL. |
ippStsContexMatchErr |
Indicates an error if the ZFP compression structure data is invalid. |