diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2021-10-22 19:24:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2021-10-22 19:24:28 +0300 |
commit | 0168b9e49b69c90d9e2b5b8f4ab3e3f102d806a9 (patch) | |
tree | cb52a457d33e703f72fa99a7533e8274edba5b04 /test/common.h | |
parent | 0c027d2ea17751f31c86a19583dfd72f86df75da (diff) | |
download | libpqf-0168b9e49b69c90d9e2b5b8f4ab3e3f102d806a9.tar.gz |
Change implementation for a bit more clear
Diffstat (limited to 'test/common.h')
-rw-r--r-- | test/common.h | 6 |
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 |