Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2018-09-28 23:35:17 +0300
committerHenrik Gramner <gramner@twoorioles.com>2018-10-03 16:03:47 +0300
commit58caeed2fff90b0a93fc2b8ea2708c3f50485e22 (patch)
treef8055d2dbca79390bbf124057e7612920ea1ae8a /tests/checkasm/checkasm.h
parent5a7af87d03f090418be66120c284f3c282ef7145 (diff)
checkasm: Add inverse transform unit tests
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r--tests/checkasm/checkasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index ecef4a1..4a03e11 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -36,6 +36,8 @@
#include "include/common/attributes.h"
#include "include/common/intops.h"
+void checkasm_check_itx_8bpc(void);
+void checkasm_check_itx_10bpc(void);
void checkasm_check_mc_8bpc(void);
void checkasm_check_mc_10bpc(void);