[FFmpeg-devel] [PATCH 1/2] lavc/aarch64: move transpose_4x8H to neon.S

Martin Storsjö martin at martin.st
Thu Aug 5 00:28:42 EEST 2021


On Fri, 16 Jul 2021, Mikhail Nitenko wrote:

> transpose_4x8H was declared in vp9lpf_16bpp_neon, however this macro is
> not unique to vp9 and could be used elsewhere.
>
> Signed-off-by: Mikhail Nitenko <mnitenko at gmail.com>
> ---
> libavcodec/aarch64/neon.S              | 13 +++++++++++++
> libavcodec/aarch64/vp9lpf_16bpp_neon.S | 12 ------------
> 2 files changed, 13 insertions(+), 12 deletions(-)

This patch LGTM.

// Martin



More information about the ffmpeg-devel mailing list