Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-25 Thread Michael Niedermayer
>> -Seppo > >> >> > >> >> > >> >> From: Tomperi Seppo > >> >> Sent: Monday, February 16, 2015 1:30 PM > >> >> To: Michael Niedermayer > >> >> Cc: Michael Niedermay

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-25 Thread Tomperi Seppo
eri Seppo >> >> Sent: Monday, February 16, 2015 1:30 PM >> >> To: Michael Niedermayer >> >> Cc: Michael Niedermayer; FFmpeg development discussions and patches; >>Mickaël Raulet >> >> Subject: RE: [FFmpeg-devel] DSP function ARM NEON patches f

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-17 Thread Christophe Gisquet
Hi, 2015-02-17 11:44 GMT+01:00 Michael Niedermayer : > the following seems to fix it, but i sure do not know why these 2 > lines failed while the others do not seem to fail > adding , to all works as well It seems most code in libavcodec/arm passes macros using comma-separated arguments. If it is

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-17 Thread Tomperi Seppo
clobbering. >> >> -Seppo >> >> >> From: Tomperi Seppo >> Sent: Monday, February 16, 2015 1:30 PM >> To: Michael Niedermayer >> Cc: Michael Niedermayer; FFmpeg development discussions and patches; Mickaël >> Raulet >> Subject: RE:

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-17 Thread Michael Niedermayer
ichael Niedermayer > >> Cc: Michael Niedermayer; FFmpeg development discussions and patches; > >> Mickaël Raulet > >> Subject: RE: [FFmpeg-devel] DSP function ARM NEON patches for hevc > >> > >> Hi Michael, > >> > >

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-16 Thread Tomperi Seppo
To: Tomperi Seppo Cc: Michael Niedermayer; FFmpeg development discussions and patches; Mickaël Raulet Subject: Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc Hi On Sun, Feb 15, 2015 at 08:31:32PM +, Tomperi Seppo wrote: > Hi! > > The reason is chroma deblocking which is

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-16 Thread Michael Niedermayer
nt: Monday, February 16, 2015 1:30 PM > To: Michael Niedermayer > Cc: Michael Niedermayer; FFmpeg development discussions and patches; Mickaël > Raulet > Subject: RE: [FFmpeg-devel] DSP function ARM NEON patches for hevc > > Hi Michael, > > Here is a totally shot i

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-16 Thread Michael Niedermayer
On Mon, Feb 16, 2015 at 11:30:26AM +, Tomperi Seppo wrote: > Hi Michael, > > Here is a totally shot in a dark fix attempt for NEON register clobbering for > deblocking. Could you test it with qemu and check if it works. seems working, will apply it to ffmpeg thanks! [...] -- Michael

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-15 Thread Tomperi Seppo
sions and patches Cc: Tomperi Seppo; Mickaël Raulet Subject: Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote: > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHE

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-15 Thread Michael Niedermayer
e...@gmx.at] > Sent: Friday, February 13, 2015 5:38 PM > To: FFmpeg development discussions and patches > Cc: Tomperi Seppo; Mickaël Raulet > Subject: Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc > > On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote:

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-13 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote: > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch > > Optimized deblocking filter (8bits only) > 1b9ee47d2f43b0a029a9468233626102eb1473b8 this breaks th

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-08 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote: > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch > > Optimized deblocking filter (8bits only) > 1b9ee47d2f43b0a029a9468233626102eb1473b8 > > Optimzed t

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote: > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch > > Optimized deblocking filter (8bits only) > 1b9ee47d2f43b0a029a9468233626102eb1473b8 tested applied

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Mickaël Raulet
That's why we are delaying SAO. Le jeudi 5 février 2015, James Almer a écrit : > On 05/02/15 2:34 PM, Christophe Gisquet wrote: > > 2015-02-05 18:28 GMT+01:00 James Almer > >: > >> On 05/02/15 10:22 AM, Mickaël Raulet wrote: > >>> More coming soon for epel and SAO! > >> > >> The SAO prototypes

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread James Almer
On 05/02/15 2:34 PM, Christophe Gisquet wrote: > 2015-02-05 18:28 GMT+01:00 James Almer : >> On 05/02/15 10:22 AM, Mickaël Raulet wrote: >>> More coming soon for epel and SAO! >> >> The SAO prototypes got some slight changes with my patches. The author of >> this >> ARM code (or someone else) will

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Christophe Gisquet
2015-02-05 18:28 GMT+01:00 James Almer : > On 05/02/15 10:22 AM, Mickaël Raulet wrote: >> More coming soon for epel and SAO! > > The SAO prototypes got some slight changes with my patches. The author of this > ARM code (or someone else) will have to revise it before it can be merged. As a first st

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread James Almer
On 05/02/15 10:22 AM, Mickaël Raulet wrote: > More coming soon for epel and SAO! The SAO prototypes got some slight changes with my patches. The author of this ARM code (or someone else) will have to revise it before it can be merged. ___ ffmpeg-devel m

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaël Raulet wrote: > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch > > Optimized deblocking filter (8bits only) > 1b9ee47d2f43b0a029a9468233626102eb1473b8 > > Optimzed tr

Re: [FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Christophe Gisquet
Hi, 2015-02-05 14:22 GMT+01:00 Mickaël Raulet : > Michael, > > Please find some commits that can be cherry picked from > https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch > > Optimized deblocking filter (8bits only) > 1b9ee47d2f43b0a029a9468233626102eb1473b8 > > Optimzed transform functions

[FFmpeg-devel] DSP function ARM NEON patches for hevc

2015-02-05 Thread Mickaël Raulet
Michael, Please find some commits that can be cherry picked from https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch Optimized deblocking filter (8bits only) 1b9ee47d2f43b0a029a9468233626102eb1473b8 Optimzed transform functions (4x4, 8x8, transform add 8bits only) b153f55935969c794de4640f8d3