aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.h
diff options
context:
space:
mode:
authorbwang30 <bin.wang@intel.com>2022-11-04 16:29:25 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2022-11-14 10:04:16 +0800
commit3ab11dc5bb6eec9b645da45fe28b1b2c29e92eed (patch)
tree6bf018840c1556550c9ac787aea286adbc61dd7b /tests/checkasm/checkasm.h
parent2d25f33a7ed36003de9a62c9cb165db183663d1c (diff)
downloadffmpeg-3ab11dc5bb6eec9b645da45fe28b1b2c29e92eed.tar.gz
libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
This commit enabled assembly code with intel AVX512 VNNI and added unit test for sobel filter sobel_c: 4537 sobel_avx512icl 2136 Signed-off-by: bwang30 <bin.wang@intel.com> Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
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 5f68115035..8744a81218 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -86,6 +86,7 @@ void checkasm_check_vf_eq(void);
void checkasm_check_vf_gblur(void);
void checkasm_check_vf_hflip(void);
void checkasm_check_vf_threshold(void);
+void checkasm_check_vf_sobel(void);
void checkasm_check_vp8dsp(void);
void checkasm_check_vp9dsp(void);
void checkasm_check_videodsp(void);