diff options
author | sunyuechi <sunyuechi@iscas.ac.cn> | 2023-12-18 22:39:13 +0800 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2023-12-21 22:42:34 +0200 |
commit | 3bdb0fe511bfad24a8a8987ade083186b55d9c20 (patch) | |
tree | 8b9d467ca02d5ae7b7cf81fb7ec483a8d94ff718 /tests/checkasm/checkasm.c | |
parent | cdd38a2ffe9a6a092b5aee34cc5fe7fe20b72148 (diff) | |
download | ffmpeg-3bdb0fe511bfad24a8a8987ade083186b55d9c20.tar.gz |
checkasm/takdsp: add decorrelate_ls test
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r-- | tests/checkasm/checkasm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index daa5438f88..09c961f0c7 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -159,6 +159,9 @@ static const struct { #if CONFIG_PIXBLOCKDSP { "pixblockdsp", checkasm_check_pixblockdsp }, #endif + #if CONFIG_TAK_DECODER + { "takdsp", checkasm_check_takdsp }, + #endif #if CONFIG_UTVIDEO_DECODER { "utvideodsp", checkasm_check_utvideodsp }, #endif |