Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-24 Thread Carl Eugen Hoyos
2019-03-24 13:26 GMT+01:00, Lynne : >> Which toolchain did you test? >> make libavcodec/aarch64/opusdsp_neon.o >> AS libavcodec/aarch64/opusdsp_neon.o >> /tmp/opusdsp_neon-ac304f.s:86:33: error: invalid operand for instruction >> fmul v0.4s, v4.4s, v0.4s[0] >> ^ >> > > Does the toolchain

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-24 Thread Lynne
24 Mar 2019, 00:25 by ceffm...@gmail.com: > 2019-03-24 0:26 GMT+01:00, Lynne <> d...@lynne.ee > >: > >> >> 23 Mar 2019, 22:27 by >> ceffm...@gmail.com >> : >> >>> 2019-03-23 19:20 GMT+01:00, Lynne <> >>> d...@lynne.ee >>>

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Carl Eugen Hoyos
2019-03-24 0:26 GMT+01:00, Lynne : > > 23 Mar 2019, 22:27 by ceffm...@gmail.com: > >> 2019-03-23 19:20 GMT+01:00, Lynne <> d...@lynne.ee > >> >: >> >> Which toolchains did you test? >> (For compilation, not performance.) > > gcc 8.2.1 on both aarch64 and

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Lynne
23 Mar 2019, 22:27 by ceffm...@gmail.com: > 2019-03-23 19:20 GMT+01:00, Lynne <> d...@lynne.ee > >: > > Which toolchains did you test? > (For compilation, not performance.) > gcc 8.2.1 on both aarch64 and x86-64 >>> >>> Please also test Android

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Carl Eugen Hoyos
2019-03-23 19:20 GMT+01:00, Lynne : Which toolchains did you test? (For compilation, not performance.) >>> >>> gcc 8.2.1 on both aarch64 and x86-64 >> >> Please also test Android and tell us if you >> can test ios compilation. >> (Assuming you cannot test arm64 for Windows.) > > I can't

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Lynne
23 Mar 2019, 16:20 by ceffm...@gmail.com: > 2019-03-23 17:16 GMT+01:00, Lynne <> d...@lynne.ee > >: > >> 23 Mar 2019, 15:04 by >> ceffm...@gmail.com >> : >> >>> 2019-03-23 15:23 GMT+01:00, Lynne <> >>> d...@lynne.ee >>>

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Carl Eugen Hoyos
2019-03-23 17:16 GMT+01:00, Lynne : > 23 Mar 2019, 15:04 by ceffm...@gmail.com: > >> 2019-03-23 15:23 GMT+01:00, Lynne <> d...@lynne.ee > >> >: >> >>> 16 Mar 2019, 16:34 by >> d...@lynne.ee >> : >>> 153372 UNITS in postfilter_c, 65536 runs, 0

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Lynne
23 Mar 2019, 15:55 by barsn...@gmx.net: > On Sat, Mar 16, 2019 at 17:34:49 +0100, Lynne wrote: > >> Subject: [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter >> and deemphasis >> > ^accelerated > > Moritz > ___ > ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Lynne
23 Mar 2019, 15:04 by ceffm...@gmail.com: > 2019-03-23 15:23 GMT+01:00, Lynne <> d...@lynne.ee > >: > >> 16 Mar 2019, 16:34 by >> d...@lynne.ee >> : >> >>> 153372 UNITS in postfilter_c, 65536 runs, 0 skips >>> 73164 UNITS in postfilter_neon,

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Moritz Barsnick
On Sat, Mar 16, 2019 at 17:34:49 +0100, Lynne wrote: > Subject: [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter > and deemphasis ^accelerated Moritz ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Carl Eugen Hoyos
2019-03-23 15:23 GMT+01:00, Lynne : > 16 Mar 2019, 16:34 by d...@lynne.ee: > >> 153372 UNITS in postfilter_c, 65536 runs, 0 skips >> 73164 UNITS in postfilter_neon, 65536 runs, 0 skips -> 2.1x speedup >> >> 80591 UNITS in deemphasis_c, 131072 runs, 0 skips >> 43969 UNITS in

Re: [FFmpeg-devel] [PATCH 5/5] aarch64/opusdsp: implement NEON accerelated postfilter and deemphasis

2019-03-23 Thread Lynne
16 Mar 2019, 16:34 by d...@lynne.ee: > 153372 UNITS in postfilter_c,   65536 runs,  0 skips > 73164 UNITS in postfilter_neon,   65536 runs,  0 skips -> 2.1x speedup > > 80591 UNITS in deemphasis_c,  131072 runs,  0 skips > 43969 UNITS in deemphasis_neon,  131072 runs,  0 skips ->