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 313D8469A0 for ; Mon, 31 Jul 2023 18:28:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3D1FA68C19C; Mon, 31 Jul 2023 21:28:09 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A055568C159 for ; Mon, 31 Jul 2023 21:28:02 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 037ECFF804 for ; Mon, 31 Jul 2023 18:28:01 +0000 (UTC) Date: Mon, 31 Jul 2023 20:28:01 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230731182801.GC7802@pb2> References: <5a6fb61c-38e2-4ba2-84c1-0e9ab0a57b24@amyspark.me> MIME-Version: 1.0 In-Reply-To: <5a6fb61c-38e2-4ba2-84c1-0e9ab0a57b24@amyspark.me> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v5 1/4] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2 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="===============5591011942767082971==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5591011942767082971== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lspzlcr1B0wEPMk7" Content-Disposition: inline --lspzlcr1B0wEPMk7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 29, 2023 at 04:07:15PM -0300, L. E. Segovia wrote: > Continuation of 40e6575aa3eed64cd32bf28c00ae57edc5acb25a >=20 > Co-authored-by: Nirbheek Chauhan >=20 > Signed-off-by: L. E. Segovia > --- > libavcodec/x86/fdctdsp_init.c | 2 + > libavcodec/x86/flacdsp_init.c | 8 +- > libavcodec/x86/hevcdsp_init.c | 547 ++++++++++++++------------- > libavcodec/x86/idctdsp_init.c | 9 +- > libavcodec/x86/mlpdsp_init.c | 6 +- > libavcodec/x86/vc1dsp_init.c | 6 +- > libavfilter/x86/colorspacedsp_init.c | 4 +- > libavfilter/x86/vf_atadenoise_init.c | 6 +- > libavfilter/x86/vf_ssim_init.c | 4 +- > libavfilter/x86/vf_w3fdif_init.c | 4 +- > 10 files changed, 311 insertions(+), 285 deletions(-) this produces heavy distortion in files encoded like this: =2E/ffmpeg -enable_drefs 1 -i mov-ref/dir1/dir2/movie3.mov -bitexact file4= 671-3.avi https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4671/ thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of finding the exact solution to an approximation. Benchmarking OTOH is finding an approximation of the exact --lspzlcr1B0wEPMk7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZMf9LAAKCRBhHseHBAsP q586AJ9yS6DQpror1EXXaMu6ksCSR5PhvwCfVfqJmhf+VB+juaax2nmfboUYaUI= =rYqV -----END PGP SIGNATURE----- --lspzlcr1B0wEPMk7-- --===============5591011942767082971== 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". --===============5591011942767082971==--