aboutsummaryrefslogtreecommitdiff
path: root/src/common/2d.cube.size2/store-coeffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/2d.cube.size2/store-coeffs.c')
-rw-r--r--src/common/2d.cube.size2/store-coeffs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/2d.cube.size2/store-coeffs.c b/src/common/2d.cube.size2/store-coeffs.c
new file mode 100644
index 0000000..1415ab1
--- /dev/null
+++ b/src/common/2d.cube.size2/store-coeffs.c
@@ -0,0 +1,4 @@
+COEFF(0,0) = factor * coeffs->coeff_0_0;
+COEFF(1,0) = factor * coeffs->coeff_p1_0;
+COEFF(0,1) = factor * coeffs->coeff_0_p1;
+COEFF(1,1) = factor * coeffs->coeff_p1_p1;