diff options
author | Ruiling Song <ruiling.song@intel.com> | 2019-06-04 16:34:08 +0800 |
---|---|---|
committer | Ruiling Song <ruiling.song@intel.com> | 2019-06-12 08:54:05 +0800 |
commit | 8f4963ad25ac6c71c126ac90c240b1f88ebf0312 (patch) | |
tree | 74364fcf8a2fd05e5a1e2fdfe022d2470d2bc2ad /tests/fate | |
parent | 83f9da77684e7ea0d8e9f9712ec716424140043a (diff) | |
download | ffmpeg-streaming-8f4963ad25ac6c71c126ac90c240b1f88ebf0312.zip ffmpeg-streaming-8f4963ad25ac6c71c126ac90c240b1f88ebf0312.tar.gz |
checkasm/vf_gblur: add test for horiz_slice simd
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/checkasm.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak index c453273..618bde5 100644 --- a/tests/fate/checkasm.mak +++ b/tests/fate/checkasm.mak @@ -27,6 +27,7 @@ FATE_CHECKASM = fate-checkasm-aacpsdsp \ fate-checkasm-v210enc \ fate-checkasm-vf_blend \ fate-checkasm-vf_colorspace \ + fate-checkasm-vf_gblur \ fate-checkasm-vf_hflip \ fate-checkasm-vf_threshold \ fate-checkasm-videodsp \ |