]> git.sesse.net Git - fjl/blobdiff - idct_test.c
Split the two IDCTs into different files.
[fjl] / idct_test.c
index 78374f89860b4f788bcee3d2c62fed8c9ac8a3bb..dd15270265c5be2b17226f5cc7aeff70403cada0 100644 (file)
@@ -6,6 +6,8 @@
 
 #include "benchmark.h"
 #include "idct.h"
+#include "idct_reference.h"
+#include "idct_float.h"
 
 // Generate random coefficients in the range [-15..15].
 void gen_random_coeffs(int16_t* dst, size_t len)