From: "Martin Storsjö" <martin@martin.st>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH v3 0/5] avcodec/ac3: Add aarch64 NEON DSP
Date: Thu, 4 Apr 2024 15:57:16 +0300 (EEST)
Message-ID: <5d671fdb-b516-783c-2a16-93d33e0213f@martin.st> (raw)
In-Reply-To: <79644c46-4f7b-4713-901e-f9c0e5d46f09@geoffhill.org>
On Tue, 2 Apr 2024, Geoff Hill wrote:
> Here's v3 to push the AC-3 ARMv8 NEON experiment a step further.
>
> This version implements 5 of the AC-3 encoder DSP functions,
> and adds checkasm tests where missing.
>
> I've tested that the checkasm tests pass on aarch64 and x86.
Thanks, I've tested that checkasm also passes on 32 bit arm (where we also
do have an ac3dsp implementation).
Overall the patches look mostly fine.
Are these implementations based on the existing 32 bit arm ones? The code
is quite similar (although there's not very many different ways to
implement things, so this could be a coincidence)? If based on the
existing code, it would be good to retain the copyright statement from
that file.
These functions have a different indentation than the rest of
essentially all our aarch64 assembly (the code you're adding is aligned in
two different ways) - please check other files (e.g. vp8dsp_neon.S) for
example. The instructions should be aligned to 8 leading spaces, and
operands to 24 leading characters.
Other than those generic points, I have two comments on the patches
themselves.
// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2024-04-04 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 6:43 Geoff Hill
2024-04-04 12:57 ` Martin Storsjö [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5d671fdb-b516-783c-2a16-93d33e0213f@martin.st \
--to=martin@martin.st \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git