blob: c8a2b48d5a3ce63019a72d45cdc1c3a94aff83a4 (
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
25
26
|
#define TESTNAME "Coding. Recompression test. Stage 2: Recompress"
#define FILENAME "test62.tng_compress"
#define RECOMPRESS "test61.tng_compress"
#define ALGOTEST
#define NATOMS 1000
#define CHUNKY 100
#define SCALE 0.1
#define PRECISION 0.01
#define WRITEVEL 1
#define VELPRECISION 0.1
#define INITIALCODING 10
#define INITIALCODINGPARAMETER 0
#define CODING 10
#define CODINGPARAMETER 0
#define INITIALVELCODING 3
#define INITIALVELCODINGPARAMETER 0
#define VELCODING 8
#define VELCODINGPARAMETER 0
#define INTMIN1 0
#define INTMIN2 0
#define INTMIN3 0
#define INTMAX1 10000
#define INTMAX2 10000
#define INTMAX3 10000
#define NFRAMES 100
#define EXPECTED_FILESIZE 151226.
|