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 487144936A for ; Wed, 8 May 2024 21:47:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F92868D699; Thu, 9 May 2024 00:47:42 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3347D68D487 for ; Thu, 9 May 2024 00:47:34 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 492941C0003 for ; Wed, 8 May 2024 21:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1715204854; 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=qo20Z7EYF9I1nWLN7BeFTEOUm3ib64+BAuPhld3NqZ8=; b=cjvF2JGjeLvbdRY2iQouZriCo8WtDRqnswx6cu9fBxdrIdXU8bYiSQ26dgE1c7Hx8m7RJq f2zvcQwEhzljpDpsYZkY/IjtAptWhurtywswOtpnE26kpg6XIhqbEkyJtClcmQwi+xZY+F qLDw7a2MgZ86pOP2qCszzSWXYCWhZiXn4jXm200RqdK3uCKMx4pf8q93LS8SFNHLp340Jd n37WTYoPxKQXPCpQV/Vqb8VjL5kfTyjjg+C+zPq3P2F7NaBqTfm7YrIFOSHxQQtnLvK3DF N9fLNW0u2FI9SS5esrmNg5T6qElX43ZvbPissiRaB02+KtH2aAHIoOjBUx7uyw== Date: Wed, 8 May 2024 23:47:33 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240508214733.GI6420@pb2> References: <20240508151950.28555-1-ramiro.polla@gmail.com> <20240508151950.28555-2-ramiro.polla@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240508151950.28555-2-ramiro.polla@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 2/2] libavcodec/motion_est: fix penalty_factor for b frames 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="===============0739623895073934265==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0739623895073934265== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wbc57AvUXvZIjuH1" Content-Disposition: inline --wbc57AvUXvZIjuH1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 08, 2024 at 05:19:50PM +0200, Ramiro Polla wrote: > In direct_search() and ff_estimate_b_frame_motion(), penalty_factor > would be used before being initialized in estimate_motion_b(). Also, > the initialization would happen more than once unnecessarily. > --- > libavcodec/motion_est.c | 15 ++++++++------- > tests/ref/vsynth/vsynth1-mpeg4-thread | 6 +++--- > tests/ref/vsynth/vsynth2-mpeg2-ivlc-qprd | 6 +++--- > tests/ref/vsynth/vsynth2-mpeg4-adap | 8 ++++---- > tests/ref/vsynth/vsynth2-mpeg4-qprd | 6 +++--- > tests/ref/vsynth/vsynth2-mpeg4-thread | 6 +++--- > tests/ref/vsynth/vsynth_lena-mpeg4-rc | 4 ++-- > 7 files changed, 26 insertions(+), 25 deletions(-) probably ok thx [...] --=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 --wbc57AvUXvZIjuH1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZjvy8QAKCRBhHseHBAsP qxSYAJkBLhOSEtjsl29TV1muuIgFVI92pwCeOOODZiGuzNAKR4eQTw0/2kHccs4= =TO35 -----END PGP SIGNATURE----- --wbc57AvUXvZIjuH1-- --===============0739623895073934265== 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". --===============0739623895073934265==--