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

James Almer jamrial at gmail.com
Fri Jul 31 00:02:15 CEST 2015


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 <jamrial at gmail.com>
>> ---
>>  libavcodec/aacps.c             |   4 +-
>>  libavcodec/aacpsdsp.h          |   1 +
>>  libavcodec/aacpsdsp_template.c |   2 +
>>  libavcodec/x86/Makefile        |   6 +-
>>  libavcodec/x86/aacpsdsp.asm    | 215 +++++++++++++++++++++++++++++++++++++++++
>>  libavcodec/x86/aacpsdsp_init.c |  55 +++++++++++
>>  6 files changed, 279 insertions(+), 4 deletions(-)
>>  create mode 100644 libavcodec/x86/aacpsdsp.asm
>>  create mode 100644 libavcodec/x86/aacpsdsp_init.c
> 
> no objections from me

Pushed, thanks.


More information about the ffmpeg-devel mailing list