[FFmpeg-devel] [PATCH] libavcodec/hevc: add hevc idct_4x4_neon of aarch64

2023-02-14 Thread xufuji456
--- libavcodec/aarch64/hevcdsp_idct_neon.S| 51 +++ libavcodec/aarch64/hevcdsp_init_aarch64.c | 4 ++ 2 files changed, 55 insertions(+) diff --git a/libavcodec/aarch64/hevcdsp_idct_neon.S b/libavcodec/aarch64/hevcdsp_idct_neon.S index 124c50998a..fe8baf1348 100644 --- a/

Re: [FFmpeg-devel] [PATCH] libavcodec/hevc: add hevc idct_4x4_neon of aarch64

2023-02-23 Thread Martin Storsjö
On Tue, 14 Feb 2023, xufuji456 wrote: --- libavcodec/aarch64/hevcdsp_idct_neon.S| 51 +++ libavcodec/aarch64/hevcdsp_init_aarch64.c | 4 ++ 2 files changed, 55 insertions(+) This looks mostly fine, but there's a couple issues that breaks it when built with toolchains ot