Re: [FFmpeg-devel] [PATCH 2/2] x86/vf_blend: Add SSE2 optimization for screen

2016-02-10 Thread Timothy Gu
On Wed, Feb 10, 2016 at 08:19:19PM +0100, Paul B Mahol wrote: > On 2/9/16, Timothy Gu wrote: > > --- > > libavfilter/x86/vf_blend.asm| 29 + > > libavfilter/x86/vf_blend_init.c | 2 ++ > > 2 files changed, 31 insertions(+) > > > > Nice! > > LGTM Pushed. Timoth

Re: [FFmpeg-devel] [PATCH 2/2] x86/vf_blend: Add SSE2 optimization for screen

2016-02-10 Thread Paul B Mahol
On 2/9/16, Timothy Gu wrote: > --- > libavfilter/x86/vf_blend.asm| 29 + > libavfilter/x86/vf_blend_init.c | 2 ++ > 2 files changed, 31 insertions(+) > Nice! LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH 2/2] x86/vf_blend: Add SSE2 optimization for screen

2016-02-09 Thread Timothy Gu
--- libavfilter/x86/vf_blend.asm| 29 + libavfilter/x86/vf_blend_init.c | 2 ++ 2 files changed, 31 insertions(+) diff --git a/libavfilter/x86/vf_blend.asm b/libavfilter/x86/vf_blend.asm index 50b5f8a..a5ea74c 100644 --- a/libavfilter/x86/vf_blend.asm +++ b/libavf