mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r6579] Purpose:
Code cleanup Description: Added flags for szip-specific settings Solution: Platforms tested: FreeBSD 4.8 (sleipnir) IRIX64 6.5 (modi4) w/parallel Misc. update:
This commit is contained in:
parent
3c77efae1c
commit
b6fda8e13e
@ -47,6 +47,12 @@ typedef int H5Z_filter_t;
|
||||
#define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */
|
||||
#define H5Z_FLAG_SKIP_EDC 0x0200 /*skip EDC filters for read */
|
||||
|
||||
/* Special parameters for szip compression */
|
||||
#ifdef H5_HAVE_FILTER_SZIP
|
||||
#define H5_SZIP_RAW_OPTION_MASK 128
|
||||
#define H5_SZIP_NN_OPTION_MASK 32
|
||||
#endif /* H5_HAVE_FILTER_SZIP */
|
||||
|
||||
/* Values to decide if EDC is enabled for reading data */
|
||||
typedef enum H5Z_EDC_t {
|
||||
H5Z_ERROR_EDC = -1, /* error value */
|
||||
|
Loading…
Reference in New Issue
Block a user