[FFmpeg-devel] [PATCH] checkasm/vc1dsp: add missing vc1_inv_trans_8x8 test
Rémi Denis-Courmont
remi at remlab.net
Wed May 29 22:33:58 EEST 2024
---
tests/checkasm/vc1dsp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/checkasm/vc1dsp.c b/tests/checkasm/vc1dsp.c
index f18f0f8251..440fad9b05 100644
--- a/tests/checkasm/vc1dsp.c
+++ b/tests/checkasm/vc1dsp.c
@@ -295,6 +295,7 @@ static void check_inv_trans_adding(void)
VC1DSPContext h;
const test tests[] = {
+ VC1DSP_SIZED_TEST(vc1_inv_trans_8x8, 8, 8)
VC1DSP_SIZED_TEST(vc1_inv_trans_8x4, 8, 4)
VC1DSP_SIZED_TEST(vc1_inv_trans_4x8, 4, 8)
VC1DSP_SIZED_TEST(vc1_inv_trans_4x4, 4, 4)
--
2.45.1
More information about the ffmpeg-devel
mailing list