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 D82B64B3C1 for ; Tue, 4 Jun 2024 23:48:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B340468D704; Wed, 5 Jun 2024 02:48:46 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DAD1068D45F for ; Wed, 5 Jun 2024 02:48:40 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 36DB2240002 for ; Tue, 4 Jun 2024 23:48:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1717544920; 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=fL+ltsIrI18vZfA3HSPR+HVDIb7c3EQMpViuLet3itM=; b=WgK//HLgSoKohBBsjM43zr1ED8rb2KuHGw9b9eQ5Q++ibQAXcU0+6ko/4L5uKhSOjWmMlW l+hCbR4qkZSTelO7D25za0LU4+rMD8vX2VlUUqyUvOC/fLAQmik85HgSIafU3L7awh338z l2tmj+D7Ut2bcGz58zzc9wpmHYvJyawQI6HB0fKxXZF/tCUNLKurgqIPQkN+Lk7xLF/eJR d67aN9U04f55CPSWs/OAGufs42R/jEmcLp30eafPGQv3vQkvEkmYms02laXPWOckPeHRua xYk6qQexZCuzKo57u4ooE72w6yFRjDh98JFYdrzicIKEnZMNkePwEOaqOmMB2g== Date: Wed, 5 Jun 2024 01:48:39 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240604234839.GJ2821752@pb2> References: <20240604053904.6382-1-connorbworley@gmail.com> <20240604053904.6382-2-connorbworley@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240604053904.6382-2-connorbworley@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v6 2/2] lavc/dxvenc: migrate DXT1 encoder to lavu hashtable 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="===============8819661630024455056==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8819661630024455056== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E2c17ugRBCRYyVPi" Content-Disposition: inline --E2c17ugRBCRYyVPi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2024 at 10:39:04PM -0700, Connor Worley wrote: > Offers a modest performance gain due to the switch from naive linear > probling to robin hood. >=20 > Signed-off-by: Connor Worley > --- > libavcodec/dxvenc.c | 119 ++++++++++++-------------------------------- > 1 file changed, 32 insertions(+), 87 deletions(-) this seems to break fate TEST dxv3enc-dxt1 --- ./tests/ref/fate/dxv3enc-dxt1 2024-06-03 22:55:42.109080592 +0200 +++ tests/data/fate/dxv3enc-dxt1 2024-06-05 01:45:58.899051887 +0200 @@ -3,4 +3,4 @@ #codec_id 0: dxv #dimensions 0: 1920x1080 #sar 0: 1/1 -0, 0, 0, 1, 76521, 0xed387a5e +0, 0, 0, 1, 76517, 0xd60c1020 Test dxv3enc-dxt1 failed. Look at tests/data/fate/dxv3enc-dxt1.err for deta= ils. make: *** [tests/Makefile:311: fate-dxv3enc-dxt1] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Never trust a computer, one day, it may think you are the virus. -- Compn --E2c17ugRBCRYyVPi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZl+n0wAKCRBhHseHBAsP q7z3AJ9Rdue+IUwOzY7KsA88eTaLK9neyQCfaBHKW4ojPk1Dm2NWydaqd8nzSvQ= =NfeC -----END PGP SIGNATURE----- --E2c17ugRBCRYyVPi-- --===============8819661630024455056== 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". --===============8819661630024455056==--