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