[FFmpeg-devel] [PATCH 2/2] x86/idctdsp: port {put, add}_pixels_clamped to yasm

James Almer jamrial at gmail.com
Thu Sep 25 02:51:58 CEST 2014


On 24/09/14 9:46 PM, Michael Niedermayer wrote:
> On Wed, Sep 24, 2014 at 07:56:33PM -0300, James Almer wrote:
>> Also add sse2 versions for both.
>> put_pixels_clamped port and sse2 version originally written by Timothy Gu.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/x86/Makefile       |   3 +-
>>  libavcodec/x86/idctdsp.asm    | 103 ++++++++++++++++++++++++++++++++
>>  libavcodec/x86/idctdsp.h      |   4 ++
>>  libavcodec/x86/idctdsp_init.c |   7 ++-
>>  libavcodec/x86/idctdsp_mmx.c  | 134 ------------------------------------------
>>  5 files changed, 112 insertions(+), 139 deletions(-)
>>  delete mode 100644 libavcodec/x86/idctdsp_mmx.c
> 
> LGTM

Pushed. Thanks.




More information about the ffmpeg-devel mailing list