diff options
author | James Almer <jamrial@gmail.com> | 2017-06-27 12:27:10 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-06-27 13:17:23 -0300 |
commit | fa50d9360ba36ba2ee8f85f2c59e8d6af20e833a (patch) | |
tree | b9dd29169dcb75acda73773e025d286781a0f46e /tests/checkasm | |
parent | d14179e3d49eb0f2533db16151e01abb0018b165 (diff) | |
download | ffmpeg-streaming-fa50d9360ba36ba2ee8f85f2c59e8d6af20e833a.zip ffmpeg-streaming-fa50d9360ba36ba2ee8f85f2c59e8d6af20e833a.tar.gz |
x86/vf_blend: add sse and ssse3 extremity functions
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm')
-rw-r--r-- | tests/checkasm/vf_blend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c index aa568c0..4e018ac 100644 --- a/tests/checkasm/vf_blend.c +++ b/tests/checkasm/vf_blend.c @@ -117,6 +117,7 @@ void checkasm_check_blend(void) check_and_report(subtract, BLEND_SUBTRACT) check_and_report(xor, BLEND_XOR) check_and_report(difference, BLEND_DIFFERENCE) + check_and_report(extremity, BLEND_EXTREMITY) check_and_report(negation, BLEND_NEGATION) report("8bit"); |