summaryrefslogtreecommitdiffstats
path: root/src/H5Zpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r--src/H5Zpublic.h6
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)