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 C3F40421E4 for ; Mon, 30 May 2022 10:14:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4DEA868B5B3; Mon, 30 May 2022 13:14:38 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 479F968B2DA for ; Mon, 30 May 2022 13:14:32 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 44D3140009 for ; Mon, 30 May 2022 10:14:31 +0000 (UTC) Date: Mon, 30 May 2022 12:14:30 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220530101430.GF396728@pb2> References: <20220527185209.11644-1-michael@niedermayer.cc> <165389683074.13099.12752162729226838037@lain> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avcodec/ffv1enc: Eliminate float/double from find_best_state() 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="===============0997422242926356825==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0997422242926356825== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NQFQLHPkFLmdEfVA" Content-Disposition: inline --NQFQLHPkFLmdEfVA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 30, 2022 at 11:16:41AM +0300, Martin Storsj=F6 wrote: > On Mon, 30 May 2022, Anton Khirnov wrote: >=20 > > Quoting Michael Niedermayer (2022-05-27 20:52:09) > > > log2() remains, this can either be replaced by a integer implementati= on or the table > > > hardcoded if needed > > >=20 > > > Signed-off-by: Michael Niedermayer > > > --- > > > libavcodec/ffv1enc.c | 25 ++++++++++++-----------= -- > > > tests/ref/vsynth/vsynth1-ffv1-2pass | 4 ++-- > > > tests/ref/vsynth/vsynth2-ffv1-2pass | 4 ++-- > > > tests/ref/vsynth/vsynth3-ffv1-2pass | 4 ++-- > > > tests/ref/vsynth/vsynth_lena-ffv1-2pass | 4 ++-- > > > 5 files changed, 20 insertions(+), 21 deletions(-) > >=20 > > Fixes 32bit x86 FATE breakage for me. >=20 > Thanks, this fixes failures on arm and aarch64 for me, too. will apply thanks to both of you for testing [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --NQFQLHPkFLmdEfVA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYpSZAgAKCRBhHseHBAsP q84QAKCXB35kQtiZf3ioGdsp/gWKMqvGpgCfaYyVXp3O/skA+bGMHiA/vHsedIw= =ybWB -----END PGP SIGNATURE----- --NQFQLHPkFLmdEfVA-- --===============0997422242926356825== 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". --===============0997422242926356825==--