Intel® Integrated Performance Primitives Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-F96D6E40-DD25-465C-A6F3-49C42FE8D1F2
Visible to Intel only — GUID: GUID-F96D6E40-DD25-465C-A6F3-49C42FE8D1F2
DecodeZfpSetAccuracy
Sets the desired precision value in the ZFP decompression structure.
Syntax
IppStatus ippsDecodeZfpSetAccuracy_32f(Ipp64f precision, IppDecodeZfpState_32f* pState);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
precision |
Value to assign to the minExp field of the ZFP decompression structure. |
pState |
Pointer to the ZFP decompression structure. |
Description
This function sets the value of the minExp field in the ZFP decompression structure to the value of the precision input parameter.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pState pointer is NULL. |
ippStsContexMatchErr |
Indicates an error if the ZFP decompression structure is invalid. |