diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-27 15:18:24 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-27 15:18:24 (GMT) |
commit | 676ecf88dd607777ac11f68de0aecbc524ca88bc (patch) | |
tree | 892cc8987a7777c55879d2ec466514531b6a2ea3 /src/H5Zpublic.h | |
parent | 470719f4cfd9a6ef5d2ecdf08842681fd67b5477 (diff) | |
download | hdf5-676ecf88dd607777ac11f68de0aecbc524ca88bc.zip hdf5-676ecf88dd607777ac11f68de0aecbc524ca88bc.tar.gz hdf5-676ecf88dd607777ac11f68de0aecbc524ca88bc.tar.bz2 |
[svn-r10676] Purpose:
Add a few constants for the scaleoffset filter.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index 9eb03d0..a4eeb5e 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -59,6 +59,12 @@ typedef int H5Z_filter_t; #define H5_SZIP_EC_OPTION_MASK 4 #define H5_SZIP_NN_OPTION_MASK 32 #define H5_SZIP_MAX_PIXELS_PER_BLOCK 32 + +/* Special parameters for ScaleOffset filter*/ +#define H5_SO_FLOAT_DSCALE 0 +#define H5_SO_FLOAT_ESCALE 1 +#define H5_SO_INT 2 +#define H5_SO_INT_MINIMUMBITS_DEFAULT 0 /* Current version of the H5Z_class_t struct */ #define H5Z_CLASS_T_VERS (1) |