X-Git-Url: https://git.sesse.net/?p=fjl;a=blobdiff_plain;f=idct_test.c;h=dd15270265c5be2b17226f5cc7aeff70403cada0;hp=78374f89860b4f788bcee3d2c62fed8c9ac8a3bb;hb=56779091c47e5c61376d7f942cc58b831673e1d7;hpb=13b48c4e2de5ceb4922ee47db32dd1a18edfffe4 diff --git a/idct_test.c b/idct_test.c index 78374f8..dd15270 100644 --- a/idct_test.c +++ b/idct_test.c @@ -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)