[FFmpeg-devel] avfilter/x86/vf_threshold : add SSE4 and AVX2 for threshold 16

Martin Vignali martin.vignali at gmail.com
Sun Dec 3 20:30:21 EET 2017


Hello,

Patch in attach add SIMD for threshold16

Checkasm result :
threshold16_c: 304.5
threshold16_sse4: 60.5
threshold16_avx2: 45.0


001 : modify threshold macro, and add threshold 16

002 : add checkasm test for threshold16


Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-x86-vf_threshold-add-threshold16-SIMD-SSE4-.patch
Type: application/octet-stream
Size: 4288 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171203/f96df72c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-checkasm-vf_threshold-add-test-for-threshold16.patch
Type: application/octet-stream
Size: 2099 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171203/f96df72c/attachment-0001.obj>


More information about the ffmpeg-devel mailing list