Re: [FFmpeg-devel] [PATCH] lavc/aarch64: add pred16x16 10-bit functions

2021-04-08 Thread Martin Storsjö
On Thu, 8 Apr 2021, Mikhail Nitenko wrote: here are the benchmarks https://0x1.st/kX.txt --- libavcodec/aarch64/h264pred_init.c | 75 +++--- libavcodec/aarch64/h264pred_neon.S | 123 + 2 files changed, 168 insertions(+), 30 deletions(-) av_cold void

Re: [FFmpeg-devel] [PATCH] lavc/aarch64: add pred16x16 10-bit functions

2021-04-08 Thread Carl Eugen Hoyos
Am Do., 8. Apr. 2021 um 21:10 Uhr schrieb Mikhail Nitenko : > > here are the benchmarks https://0x1.st/kX.txt Instead please add the relevant lines to the commit message. > --- > libavcodec/aarch64/h264pred_init.c | 75 +++--- > libavcodec/aarch64/h264pred_neon.S | 123

[FFmpeg-devel] [PATCH] lavc/aarch64: add pred16x16 10-bit functions

2021-04-08 Thread Mikhail Nitenko
here are the benchmarks https://0x1.st/kX.txt --- libavcodec/aarch64/h264pred_init.c | 75 +++--- libavcodec/aarch64/h264pred_neon.S | 123 + 2 files changed, 168 insertions(+), 30 deletions(-) diff --git a/libavcodec/aarch64/h264pred_init.c