[FFmpeg-devel] [Patch]Hevc idct avx2

Pierre Edouard Lepere Pierre-Edouard.Lepere at insa-rennes.fr
Fri Jun 20 10:19:12 CEST 2014


fixed.

Best Regards,
Pierre-Edouard Lepere
----- Mail original -----
De: "James Almer" <jamrial at gmail.com>
À: "FFmpeg development discussions and patches" <ffmpeg-devel at ffmpeg.org>
Envoyé: Mardi 17 Juin 2014 18:32:02
Objet: Re: [FFmpeg-devel] [Patch]Hevc idct avx2

On 17/06/14 9:55 AM, Clément Bœsch wrote:
> On Tue, Jun 17, 2014 at 02:52:44PM +0200, Pierre Edouard Lepere wrote:
>> Hi,
>>
>> here is a patch to add avx2 functions for idct_dc_add.
>>
>> Regards,
>> Pierre-Edouard Lepere
> 
>> From 5c0c6c4d00dc28a06524443889ac37481d37617d Mon Sep 17 00:00:00 2001
>> From: plepere <pierre-edouard.lepere at insa-rennes.fr>
>> Date: Mon, 16 Jun 2014 14:47:21 +0200
>> Subject: [PATCH 2/2] add 10b
>>
>> ---
>>  libavcodec/x86/hevc_idct.asm  | 60 ++++++++++++++++++++++++++++++++++++++-----
>>  libavcodec/x86/hevcdsp.h      |  6 +++++
>>  libavcodec/x86/hevcdsp_init.c | 18 +++++++++++++
>>  3 files changed, 77 insertions(+), 7 deletions(-)
>>
>> diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm
>> index 5d2f5b5..2df4f8a 100644
>> --- a/libavcodec/x86/hevc_idct.asm
>> +++ b/libavcodec/x86/hevc_idct.asm
>> @@ -21,7 +21,7 @@
>>  %include "libavutil/x86/x86util.asm"
>>  
> 
>>  SECTION_RODATA
> 
> Someone else needs to confirm but I think it should be SECTION_RODATA 32

Yes, i had to do that change for vp9_intrapred avx2
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: idct-avx2.patch
Type: text/x-patch
Size: 7369 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140620/be3961be/attachment.bin>


More information about the ffmpeg-devel mailing list