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 E1CEB47710 for ; Sun, 19 Nov 2023 20:42:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8A24468CA4C; Sun, 19 Nov 2023 22:42:41 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 43B3268C678 for ; Sun, 19 Nov 2023 22:42:31 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 27C88E0005 for ; Sun, 19 Nov 2023 20:42:30 +0000 (UTC) Date: Sun, 19 Nov 2023 21:42:30 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231119204230.GU3543730@pb2> References: <01e3c77f-56a3-4191-9637-df9999df694c@myais.com.cn> MIME-Version: 1.0 In-Reply-To: <01e3c77f-56a3-4191-9637-df9999df694c@myais.com.cn> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/6] lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels 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="===============5115296374654772592==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5115296374654772592== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="G3VoTMYBi0URZN3c" Content-Disposition: inline --G3VoTMYBi0URZN3c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 18, 2023 at 10:06:37AM +0800, Logan.Lyu wrote: > put_hevc_pel_bi_pixels4_8_c: 54.7 > put_hevc_pel_bi_pixels4_8_neon: 43.0 > put_hevc_pel_bi_pixels6_8_c: 94.7 > put_hevc_pel_bi_pixels6_8_neon: 37.0 > put_hevc_pel_bi_pixels8_8_c: 171.0 > put_hevc_pel_bi_pixels8_8_neon: 24.0 > put_hevc_pel_bi_pixels12_8_c: 354.0 > put_hevc_pel_bi_pixels12_8_neon: 68.7 > put_hevc_pel_bi_pixels16_8_c: 588.2 > put_hevc_pel_bi_pixels16_8_neon: 77.5 > put_hevc_pel_bi_pixels24_8_c: 1670.7 > put_hevc_pel_bi_pixels24_8_neon: 173.0 > put_hevc_pel_bi_pixels32_8_c: 2267.7 > put_hevc_pel_bi_pixels32_8_neon: 281.2 > put_hevc_pel_bi_pixels48_8_c: 5787.5 > put_hevc_pel_bi_pixels48_8_neon: 673.5 > put_hevc_pel_bi_pixels64_8_c: 9897.0 > put_hevc_pel_bi_pixels64_8_neon: 1159.5 >=20 > Co-Authored-By: J. Dekker > Signed-off-by: Logan Lyu > --- > libavcodec/aarch64/hevcdsp_epel_neon.S | 179 ++++++++++++++++++++++ > libavcodec/aarch64/hevcdsp_init_aarch64.c | 10 +- > 2 files changed, 187 insertions(+), 2 deletions(-) >=20 > diff --git a/libavcodec/aarch64/hevcdsp_epel_neon.S > b/libavcodec/aarch64/hevcdsp_epel_neon.S > index 708b903b00..74165273d7 100644 > --- a/libavcodec/aarch64/hevcdsp_epel_neon.S > +++ b/libavcodec/aarch64/hevcdsp_epel_neon.S > @@ -244,6 +244,185 @@ function ff_hevc_put_hevc_pel_pixels64_8_neon, > export=3D1 error: corrupt patch at line 194 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato --G3VoTMYBi0URZN3c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZVpzMgAKCRBhHseHBAsP q8YjAKCZxX2KdoLxCiUwBUtw89jSsWwkXQCeISp1BeRmcg3zISAB4Df9UODmUQ4= =SIyb -----END PGP SIGNATURE----- --G3VoTMYBi0URZN3c-- --===============5115296374654772592== 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". --===============5115296374654772592==--