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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-06-11 14:17:37 +0300
committerMartin Storsjö <martin@martin.st>2016-06-17 21:37:56 +0300
commit105998fb5ca3c343f5c8cb39ce3197f87a5e4d36 (patch)
tree3b6f933ddf5b3825e8cc97379d70da1dcad1f6db /tests/checkasm/checkasm.c
parent846a3e78a535f05ee61bb23a160f3378f041f751 (diff)
checkasm: Add tests for h264 idct
The tests are inspired by similar tests for vp9 by Ronald Bultje. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index c75e431d50..15f9f682c2 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -74,6 +74,9 @@ static const struct {
#if CONFIG_FMTCONVERT
{ "fmtconvert", checkasm_check_fmtconvert },
#endif
+#if CONFIG_H264DSP
+ { "h264dsp", checkasm_check_h264dsp },
+#endif
#if CONFIG_H264PRED
{ "h264pred", checkasm_check_h264pred },
#endif