From adff97be5e2ff51c0bb66080c2f904ed40b6c571 Mon Sep 17 00:00:00 2001 From: Martin Vignali Date: Mon, 18 Dec 2017 11:18:51 +0100 Subject: checkasm/vf_interlace : add test for lowpass_line 8 and 16 --- tests/checkasm/checkasm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/checkasm/checkasm.c') diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index 45a70aa87f..8a9480c3ca 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -155,6 +155,9 @@ static const struct { #if CONFIG_HFLIP_FILTER { "vf_hflip", checkasm_check_vf_hflip }, #endif + #if CONFIG_INTERLACE_FILTER + { "vf_interlace", checkasm_check_vf_interlace }, + #endif #if CONFIG_THRESHOLD_FILTER { "vf_threshold", checkasm_check_vf_threshold }, #endif -- cgit v1.2.3