aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.h
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2024-05-06 19:18:39 +0200
committerRamiro Polla <ramiro.polla@gmail.com>2024-05-11 10:28:59 +0200
commit250c0defa23759fdcdc893464d876e5cd5980d7a (patch)
tree8143f7f29e2a9000b8a2802f7852a64be7847fb2 /tests/checkasm/checkasm.h
parentb8af0809fbbf61ceeab6d88143f9c0bb4985029e (diff)
downloadffmpeg-250c0defa23759fdcdc893464d876e5cd5980d7a.tar.gz
checkasm: add test for fdct
Reviewed-by: Martin Storsjö <martin@martin.st> Reviewed-by: Rémi Denis-Courmont <remi@remlab.net>
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r--tests/checkasm/checkasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index 173360af60..8807a37a43 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -85,6 +85,7 @@ void checkasm_check_blockdsp(void);
void checkasm_check_bswapdsp(void);
void checkasm_check_colorspace(void);
void checkasm_check_exrdsp(void);
+void checkasm_check_fdctdsp(void);
void checkasm_check_fixed_dsp(void);
void checkasm_check_flacdsp(void);
void checkasm_check_float_dsp(void);