[FFmpeg-devel] [PATCH] x86/mpegvideoencdsp: improve ff_pix_sum16_sse2

James Almer jamrial at gmail.com
Wed Oct 1 18:07:42 CEST 2014


On 01/10/14 8:22 AM, Michael Niedermayer wrote:
> On Tue, Sep 30, 2014 at 10:24:28PM -0300, James Almer wrote:
>> ~15 faster.
>>
>> Also add an mmxext version that takes advantage of the new code, and
>> build it alongside with the mmx version only on x86_32.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/x86/mpegvideoencdsp.asm    | 51 +++++++++++++++++++++++------------
>>  libavcodec/x86/mpegvideoencdsp_init.c |  7 +++++
>>  2 files changed, 41 insertions(+), 17 deletions(-)
> 
> LGTM

Pushed, thanks.


More information about the ffmpeg-devel mailing list