aboutsummaryrefslogtreecommitdiffstats
path: root/test/common.h
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2021-10-22 19:24:28 +0300
committerDaniil Cherednik <dan.cherednik@gmail.com>2021-10-22 19:24:28 +0300
commit0168b9e49b69c90d9e2b5b8f4ab3e3f102d806a9 (patch)
treecb52a457d33e703f72fa99a7533e8274edba5b04 /test/common.h
parent0c027d2ea17751f31c86a19583dfd72f86df75da (diff)
downloadlibpqf-0168b9e49b69c90d9e2b5b8f4ab3e3f102d806a9.tar.gz
Change implementation for a bit more clear
Diffstat (limited to 'test/common.h')
-rw-r--r--test/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/common.h b/test/common.h
new file mode 100644
index 0000000..ad42ccf
--- /dev/null
+++ b/test/common.h
@@ -0,0 +1,6 @@
+#ifndef UT_COMMON_H
+#define UT_COMMON_H
+
+void dct4(float* out, const float* x, int N, float scale);
+
+#endif