[FFmpeg-devel] [Patch]Hevc idct avx2

James Almer jamrial at gmail.com
Tue Jun 17 18:32:02 CEST 2014


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


More information about the ffmpeg-devel mailing list