From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3EEC1475E6 for ; Sat, 14 Oct 2023 17:08:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5E33968C6D1; Sat, 14 Oct 2023 20:08:48 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1D06968B68F for ; Sat, 14 Oct 2023 20:08:42 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4DACC1BF208 for ; Sat, 14 Oct 2023 17:08:40 +0000 (UTC) Date: Sat, 14 Oct 2023 19:08:40 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231014170840.GW3543730@pb2> References: <646d7216-e68d-4a49-821b-f358337797ef@myais.com.cn> MIME-Version: 1.0 In-Reply-To: <646d7216-e68d-4a49-821b-f358337797ef@myais.com.cn> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] lavc/aarch64: new optimization for 8-bit hevc_epel_v X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============5820625295638846597==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5820625295638846597== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HS0RKbQYUdbWMyzK" Content-Disposition: inline --HS0RKbQYUdbWMyzK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 14, 2023 at 04:45:39PM +0800, Logan.Lyu wrote: [...] > diff --git a/libavcodec/aarch64/hevcdsp_epel_neon.S > b/libavcodec/aarch64/hevcdsp_epel_neon.S > index b4ca1e4c20..e541db5430 100644 > --- a/libavcodec/aarch64/hevcdsp_epel_neon.S > +++ b/libavcodec/aarch64/hevcdsp_epel_neon.S > @@ -243,6 +243,229 @@ function ff_hevc_put_hevc_pel_pixels64_8_neon, > export=3D1 > ret > endfunc > + > +function ff_hevc_put_hevc_epel_v4_8_neon, export=3D1 > + load_epel_filterb x5, x4 This is not a valid diff, some whitespaces and newlines here are not as they should be thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart than the original author, trying to rewrite it will not make it better. --HS0RKbQYUdbWMyzK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZSrLGAAKCRBhHseHBAsP q9oJAJ4jI/kwkoaqMemADZm88FgXDNxJsACgg04l9Zp+hr4A2CNrEa0IxpO7r6s= =ZMpm -----END PGP SIGNATURE----- --HS0RKbQYUdbWMyzK-- --===============5820625295638846597== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============5820625295638846597==--