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 73F1E40834 for ; Thu, 23 Dec 2021 11:33:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E823E68B189; Thu, 23 Dec 2021 13:33:36 +0200 (EET) 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 8E0C168AF73 for ; Thu, 23 Dec 2021 13:33:30 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id CD6C1E0009 for ; Thu, 23 Dec 2021 11:33:29 +0000 (UTC) Date: Thu, 23 Dec 2021 12:33:28 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20211223113328.GI2829255@pb2> References: <20211218142757.20710-1-chenhao@loongson.cn> <5D3F3735-0C44-4596-8167-F83967272AB0@loongson.cn> MIME-Version: 1.0 In-Reply-To: <5D3F3735-0C44-4596-8167-F83967272AB0@loongson.cn> Subject: Re: [FFmpeg-devel] Optimize VP8,VP9,WMV3 decoding for loongarch. 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="===============3236239344876470354==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3236239344876470354== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IJTXuozjhb92qBdI" Content-Disposition: inline --IJTXuozjhb92qBdI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 20, 2021 at 04:37:35PM +0800, Shiyou Yin wrote: >=20 >=20 > > 2021=E5=B9=B412=E6=9C=8818=E6=97=A5 =E4=B8=8B=E5=8D=8810:27=EF=BC=8CHao= Chen =E5=86=99=E9=81=93=EF=BC=9A > >=20 > > ./ffmpeg -i ../9_vp8_1080p_30fps_2Mbps.webm -f rawvideo -y /dev/null -an > > before: 210fps > > after : 585fps > > ffmpeg -i ../10_vp9_1080p_30fps_3Mbps.webm -f rawvideo -y /dev/null -an > > before:170fps > > after :294fps > > ./ffmpeg -i 11_wmv3_720p_24fps_7Mbps.wmv -f rawvideo -y /dev/null -an > > before:131fps > > after :229fps > >=20 > > [PATCH 1/4] avcodec: [loongarch] Optimize vp8_lpf/mc with LSX. > > [PATCH 2/4] avcodec: [loongarch] Optimize vp9_mc/intra with LSX. > > [PATCH 3/4] avcodec: [loongarch] Optimize vp9_lpf/idct with LSX. > > [PATCH 4/4] avcodec: [loongarch] Optimize vc1dsp with LASX. > >=20 > LGTM will apply patchset thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better than the prosperity of the fool. -- Epicurus --IJTXuozjhb92qBdI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYcReiAAKCRBhHseHBAsP qzAVAKCQVBb/6e6pLiVxtOJoM0Po7eUPSgCgjmC416tE7Ywll4hCFpYcT5QFHxs= =iwCu -----END PGP SIGNATURE----- --IJTXuozjhb92qBdI-- --===============3236239344876470354== 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". --===============3236239344876470354==--