aboutsummaryrefslogtreecommitdiffstats
path: root/test/common.h
blob: ad42ccf81244012286280fd177481fac37b007d4 (plain) (blame)
1
2
3
4
5
6
#ifndef UT_COMMON_H
#define UT_COMMON_H

void dct4(float* out, const float* x, int N, float scale);

#endif