blob: 7fb9b23d87b0fcf09e0e1c03221498bed80fa15c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#define TESTNAME "Velocity coding. Intraframe BWLZH algorithm. High accuracy. Cubic cell."
#define FILENAME "test56.tng_compress"
#define ALGOTEST
#define NATOMS 100000
#define CHUNKY 10
#define SCALE 0.5
#define PRECISION 1e-8
#define WRITEVEL 1
#define VELINTMUL 100000
#define VELPRECISION 1e-8
#define INITIALCODING 3
#define INITIALCODINGPARAMETER -1
#define CODING 5
#define CODINGPARAMETER 0
#define VELCODING 9
#define VELCODINGPARAMETER 0
#define INTMIN1 0
#define INTMIN2 0
#define INTMIN3 0
#define INTMAX1 805306368
#define INTMAX2 805306368
#define INTMAX3 805306368
#define NFRAMES 20
#define EXPECTED_FILESIZE 23390767.
|