summaryrefslogtreecommitdiffstats
path: root/tests/checkasm
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-03-17 19:37:46 +0100
committerMartin Vignali <martin.vignali@gmail.com>2018-04-05 21:46:19 +0200
commit595505083a0211eab97528331125ad28718e8938 (patch)
tree5501dd6c6e48b1a829fc3f033b7592675735bc84 /tests/checkasm
parentf3df42e81d367547756e7955e36c8af7c9c18db2 (diff)
downloadffmpeg-streaming-595505083a0211eab97528331125ad28718e8938.zip
ffmpeg-streaming-595505083a0211eab97528331125ad28718e8938.tar.gz
checkasm/vf_blend : add test for 16 bit version of
grainextract grainmerge average extremity negation
Diffstat (limited to 'tests/checkasm')
-rw-r--r--tests/checkasm/vf_blend.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c
index 79bdf9f..912f3a2 100644
--- a/tests/checkasm/vf_blend.c
+++ b/tests/checkasm/vf_blend.c
@@ -124,9 +124,14 @@ void checkasm_check_blend(void)
report("8bit");
check_and_report(addition_16, BLEND_ADDITION, 2)
+ check_and_report(grainmerge_16, BLEND_GRAINMERGE, 2)
check_and_report(and_16, BLEND_AND, 2)
+ check_and_report(average_16, BLEND_AVERAGE, 2)
check_and_report(darken_16, BLEND_DARKEN, 2)
+ check_and_report(grainextract_16, BLEND_GRAINEXTRACT, 2)
check_and_report(difference_16, BLEND_DIFFERENCE, 2)
+ check_and_report(extremity_16, BLEND_EXTREMITY, 2)
+ check_and_report(negation_16, BLEND_NEGATION, 2)
check_and_report(lighten_16, BLEND_LIGHTEN, 2)
check_and_report(or_16, BLEND_OR, 2)
check_and_report(phoenix_16, BLEND_PHOENIX, 2)
OpenPOWER on IntegriCloud