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 46F99486DC for ; Thu, 14 Dec 2023 16:41:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2AFA368D21E; Thu, 14 Dec 2023 18:41:34 +0200 (EET) 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 B325768D025 for ; Thu, 14 Dec 2023 18:41:26 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id C6F0DFF80E for ; Thu, 14 Dec 2023 16:41:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1702572086; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4RgZtcmx4HwTTK0ITHgLokcU+gUUtXVyg6shLTweB+4=; b=RTvSzwcamDo9RYiVd+d+e9q251a9CuJ6RVn296nRKW7L0advATbnAW1rW1cyaHKAEtxHN5 6yligMRumij/xgA3fxLbXlYzoXdijqpNlQQAY/zorzT5FqyKl3Tq3IiwNm24MtWwFByv1p fxIVRES2RjufDOBxWJ9td4KMzgYv4Um848tkmmedkkUbd3RvKiRWTGezGczBMz9H59QCVV ZZ6G+K1LxB/P5vJ/XSRDdabsdiP+UwM0dK8CcFDwY9pdjksMIzfCwXC9Y40kTqvLql8/0z 0u7Ntq+IWpHAvwi2wzzdevVZRRzkrPVBH714BprobxyPIxPceXnMjNROMpIBmg== Date: Thu, 14 Dec 2023 17:41:24 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231214164124.GI6420@pb2> References: <20231212210240.19886-1-remi@remlab.net> MIME-Version: 1.0 In-Reply-To: <20231212210240.19886-1-remi@remlab.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] checkasm/lpc: test compute_autocorr 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="===============3143649296529411881==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3143649296529411881== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2xeD/fx0+7k8I/QN" Content-Disposition: inline --2xeD/fx0+7k8I/QN Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2023 at 11:02:39PM +0200, R=E9mi Denis-Courmont wrote: > --- > tests/checkasm/lpc.c | 42 ++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 40 insertions(+), 2 deletions(-) Often this works, but not always ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 3321308425 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 3962111 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 2098118744 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 2281870905 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 258427554 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 966320013 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] 0: 976.228035341704 - 976.998462662304 =3D -0.7704273206 autocorr_10_sse2 (lpc.c:81) - lpc.compute_autocorr_10 [FAILED] 0: 966.946397975397 - 967.716825295995 =3D -0.770427320599 autocorr_30_sse2 (lpc.c:81) - lpc.compute_autocorr_30 [FAILED] 0: 968.085384693526 - 968.855812014127 =3D -0.770427320601 autocorr_32_sse2 (lpc.c:81) - lpc.compute_autocorr_32 [FAILED] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: 3 of 7 tests have failed $ ffmpeg/tests/checkasm/checkasm --test=3Dlpc checkasm: using random seed 470640728 SSE2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] - lpc.compute_autocorr_10 [OK] - lpc.compute_autocorr_30 [OK] - lpc.compute_autocorr_32 [OK] AVX2: - lpc.apply_welch_window_even [OK] - lpc.apply_welch_window_odd [OK] checkasm: all 7 tests passed [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of discord comes the fairest harmony. -- Heraclitus --2xeD/fx0+7k8I/QN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXswMQAKCRBhHseHBAsP qx4/AJkBdMvmkj+r81aanYFgrsx58F1ZKwCfYhWGDIBYZMRPjFuRV0/oDwehvcs= =14RE -----END PGP SIGNATURE----- --2xeD/fx0+7k8I/QN-- --===============3143649296529411881== 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". --===============3143649296529411881==--