File: vbz_plugin.h

package info (click to toggle)
libvbz-hdf-plugin 1.0.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,384 kB
  • sloc: cpp: 28,289; python: 392; ansic: 40; sh: 21; makefile: 19; xml: 16
file content (10 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#pragma once

/// Filter ID
/// \todo Register with hdf group
#define FILTER_VBZ_ID 32020

#define FILTER_VBZ_VERSION_OPTION                   0
#define FILTER_VBZ_INTEGER_SIZE_OPTION              1
#define FILTER_VBZ_USE_DELTA_ZIG_ZAG_COMPRESSION    2
#define FILTER_VBZ_ZSTD_COMPRESSION_LEVEL_OPTION    3