Re: [FFmpeg-devel] [PATCH 3/4] huffyuvencdsp: Add ff_diff_bytes_sse2

2015-10-19 Thread James Almer
On 10/19/2015 5:00 PM, Timothy Gu wrote: > 4% to 35% faster depending on the width. > --- > libavcodec/x86/huffyuvencdsp.asm | 31 --- > libavcodec/x86/huffyuvencdsp_mmx.c | 8 +++- > 2 files changed, 27 insertions(+), 12 deletions(-) > > diff --git a/libavcodec

[FFmpeg-devel] [PATCH 3/4] huffyuvencdsp: Add ff_diff_bytes_sse2

2015-10-19 Thread Timothy Gu
4% to 35% faster depending on the width. --- libavcodec/x86/huffyuvencdsp.asm | 31 --- libavcodec/x86/huffyuvencdsp_mmx.c | 8 +++- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/libavcodec/x86/huffyuvencdsp.asm b/libavcodec/x86/huffyuvencdsp.a