DecodeZfpSet
DecodeZfpSet
Populates fields of the ZFP decompression structure with input values.
Syntax
IppStatus ippsDecodeZfpSet_32f(int
minBits
, int
maxBits
, int
maxPrec
, int
minExp
, IppDecodeZfpState_32f*
pState
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- minBits
- Minimum number of bits for a compressed block; the default value isIppZFPMINBITS.
- maxBits
- Maximum number of bits for a compressed block; the default value isIppZFPMAXBITS.
- maxPrec
- Maximum level of precision; the default value isIppZFPMAXPREC.
- minExp
- Minimum level of exponent; the default value isIppZFPMINEXP.
- pState
- Pointer to the ZFP decompression structure.
Description
This function populates fields of the ZFP decompression structure with the corresponding input values. Refer to [ZFP] and associated documentation for more information about the compression parameters.
Return Values
- ippStsNoErr
- Indicates no error.
- ippStsNullPtrErr
- Indicates an error if thepStatepointer isNULL.
- ippStsContexMatchErr
- Indicates an error if the ZFP decompression structure is invalid.