]> git.sesse.net Git - fjl/blobdiff - idct_test.c
Floating-point implementation of AA&N IDCT. Does not yet fold the scale
[fjl] / idct_test.c
index b4cec384353703be6fb547b4db84114a1bb11eeb..d6dc8b2ac075053cb526ec6657ffb480f2fcceca 100644 (file)
@@ -130,6 +130,9 @@ int main(void)
        printf("idct_reference:\n");
        test_all_idct(idct_reference);
 
+       printf("idct_float:\n");
+       test_all_idct(idct_float);
+
        printf("All tests pass.\n");
        return 0;
 }