FZGPUModules
2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
cusz_type_subset.h
Go to the documentation of this file.
1
#pragma once
2
18
#include <cstdint>
19
20
using
u4 = uint32_t;
21
32
struct
INTERPOLATION_PARAMS
{
33
double
alpha{1.75};
34
double
beta{4.0};
35
bool
use_md[6];
36
bool
use_natural[6];
37
bool
reverse[6];
38
uint8_t auto_tuning{0};
39
40
INTERPOLATION_PARAMS
()
41
: use_md{
true
,
true
,
false
,
false
,
false
,
false
},
42
use_natural{
false
,
false
,
false
,
false
,
false
,
false
},
43
reverse{
false
,
false
,
false
,
false
,
false
,
false
} {}
44
};
INTERPOLATION_PARAMS
Definition
cusz_type_subset.h:32
modules
fused
ginterp
cusz_type_subset.h
Generated by
1.9.8