Re: [FFmpeg-devel] [PATCH] x86/g722dsp: add ff_g722_apply_qmf_sse2

2015-02-15 Thread James Almer
On 16/02/15 12:24 AM, Michael Niedermayer wrote: > LGTM > though i suspect the call overhead on this may be "significant" > but i guess g722 on a x86 isnt enough of a bottleneck to be worth > trying to avoid that > Pushed, thanks. ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH] x86/g722dsp: add ff_g722_apply_qmf_sse2

2015-02-15 Thread Michael Niedermayer
On Sun, Feb 15, 2015 at 11:45:19PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/g722dsp.c | 2 ++ > libavcodec/g722dsp.h | 1 + > libavcodec/x86/Makefile | 4 > libavcodec/x86/g722dsp.asm| 54 > +

[FFmpeg-devel] [PATCH] x86/g722dsp: add ff_g722_apply_qmf_sse2

2015-02-15 Thread James Almer
Signed-off-by: James Almer --- libavcodec/g722dsp.c | 2 ++ libavcodec/g722dsp.h | 1 + libavcodec/x86/Makefile | 4 libavcodec/x86/g722dsp.asm| 54 +++ libavcodec/x86/g722dsp_init.c | 35 5 f