Re: [FFmpeg-devel] [PATCH] x86/aacpsdsp: add SSE and SSE3 optimized functions

2015-07-30 Thread James Almer
On 30/07/15 9:30 AM, Michael Niedermayer wrote: > On Sat, Jul 25, 2015 at 01:12:06PM -0300, James Almer wrote: >> Between 1.5 and 2.5 times faster >> >> Signed-off-by: James Almer >> --- >> libavcodec/aacps.c | 4 +- >> libavcodec/aacpsdsp.h | 1 + >> libavcodec/aacpsdsp_

Re: [FFmpeg-devel] [PATCH] x86/aacpsdsp: add SSE and SSE3 optimized functions

2015-07-30 Thread Michael Niedermayer
On Sat, Jul 25, 2015 at 01:12:06PM -0300, James Almer wrote: > Between 1.5 and 2.5 times faster > > Signed-off-by: James Almer > --- > libavcodec/aacps.c | 4 +- > libavcodec/aacpsdsp.h | 1 + > libavcodec/aacpsdsp_template.c | 2 + > libavcodec/x86/Makefile|

[FFmpeg-devel] [PATCH] x86/aacpsdsp: add SSE and SSE3 optimized functions

2015-07-25 Thread James Almer
Between 1.5 and 2.5 times faster Signed-off-by: James Almer --- libavcodec/aacps.c | 4 +- libavcodec/aacpsdsp.h | 1 + libavcodec/aacpsdsp_template.c | 2 + libavcodec/x86/Makefile| 6 +- libavcodec/x86/aacpsdsp.asm| 215 +

Re: [FFmpeg-devel] [PATCH] x86/aacpsdsp: add SSE and SSE3 optimized functions

2015-07-25 Thread Michael Niedermayer
On Fri, Jul 24, 2015 at 11:00:55PM -0300, James Almer wrote: > Between 1.5 and 2.5 times faster > > Signed-off-by: James Almer > --- > There's a couple missing, like ps_stereo_interpolate_ipdopd which i wanted to > write > but couldn't test because it was not used by any of the samples i tried.

[FFmpeg-devel] [PATCH] x86/aacpsdsp: add SSE and SSE3 optimized functions

2015-07-24 Thread James Almer
Between 1.5 and 2.5 times faster Signed-off-by: James Almer --- There's a couple missing, like ps_stereo_interpolate_ipdopd which i wanted to write but couldn't test because it was not used by any of the samples i tried. libavcodec/aacps.c | 4 +- libavcodec/aacpsdsp.h |