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 B9FEF4BE9F for ; Wed, 17 Jul 2024 22:42:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DFA3468DAEE; Thu, 18 Jul 2024 01:42:13 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 308EB68D903 for ; Thu, 18 Jul 2024 01:42:07 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 84844E0002 for ; Wed, 17 Jul 2024 22:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721256126; 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=Z9B+l/DFPrQfaEUS1lbORydMxDK29wd5jLdVhXYIZew=; b=VmSeCMubUhMPqhWjoQudu9O0RT1VM/FX+l9FVdt4mq2rw1t7NnTZpQjvqydpFCX7FK+cK1 vj2+gaCv5Vw0eOfuEMefI2F2x/1IXMEDaOevd5pECAAraj0I53P0gBAbB1KhLgSiZfsqUy 3x++e9xqV7bBxnoWySkMvcH5K4FCQRW37Wbzty1icIXYGq3WKRZ5KjBqcLx5dNMNIndBR8 XQqmrJkQOOXN9gu3Xx4N3DQYP//8Q+/qSIZ8U5oJXYuA+Ts9v2+zi0Dc3ASdww1rHI1+Ss s1Plf53Ns9KB8m8e9hk5ymbhpMte8XJxqqQSfIYs1lN8N48jAAEDAVIcQu5HcQ== Date: Thu, 18 Jul 2024 00:42:05 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240717224205.GY4991@pb2> References: <20240716171155.31838-1-anton@khirnov.net> <20240716171155.31838-10-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240716171155.31838-10-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 10/39] lavc/ffv1dec: move the bitreader to stack 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="===============0116769132214949202==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0116769132214949202== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KmWwRalRVP06wgZc" Content-Disposition: inline --KmWwRalRVP06wgZc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 16, 2024 at 07:11:25PM +0200, Anton Khirnov wrote: > There is no reason to place it in persistent state. > --- > libavcodec/ffv1.h | 1 - > libavcodec/ffv1dec.c | 28 +++++++++++++++------------- > libavcodec/ffv1dec_template.c | 23 ++++++++++++----------- > 3 files changed, 27 insertions(+), 25 deletions(-) more complex code, an additional pointer to pass around all the stuff should be put together close so its efficiently using CPU caches thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What does censorship reveal? It reveals fear. -- Julian Assange --KmWwRalRVP06wgZc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZphIvQAKCRBhHseHBAsP q09WAJ9X11HX+QTCDZaekTW2f1ckCnL25wCaAqLl3gfNIdmrRbNSyc7nSZHa8go= =2aLe -----END PGP SIGNATURE----- --KmWwRalRVP06wgZc-- --===============0116769132214949202== 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". --===============0116769132214949202==--