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 E169647A31 for ; Fri, 29 Sep 2023 16:26:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F1BE968CC75; Fri, 29 Sep 2023 19:26:16 +0300 (EEST) Received: from ursule.remlab.net (vps-a2bccee9.vps.ovh.net [51.75.19.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3097568CC5B for ; Fri, 29 Sep 2023 19:26:12 +0300 (EEST) Received: from basile.remlab.net (localhost [IPv6:::1]) by ursule.remlab.net (Postfix) with ESMTP id B473BC0191 for ; Fri, 29 Sep 2023 19:26:06 +0300 (EEST) From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= To: ffmpeg-devel@ffmpeg.org Date: Fri, 29 Sep 2023 19:26:05 +0300 Message-Id: <20230929162605.80421-5-remi@remlab.net> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230929162605.80421-1-remi@remlab.net> References: <20230929162605.80421-1-remi@remlab.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 5/5] lavc/aacpsdsp: unroll RISC-V V hybrid_synthesis_deint 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- libavcodec/riscv/aacpsdsp_rvv.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/riscv/aacpsdsp_rvv.S b/libavcodec/riscv/aacpsdsp_rvv.S index 007002de70..fe250cd83b 100644 --- a/libavcodec/riscv/aacpsdsp_rvv.S +++ b/libavcodec/riscv/aacpsdsp_rvv.S @@ -203,12 +203,12 @@ func ff_ps_hybrid_synthesis_deint_rvv, zve32x mv t4, a4 addi a2, a2, 1 2: - vsetvli t5, t3, e32, m1, ta, ma + vsetvli t5, t3, e32, m4, ta, ma vlseg2e32.v v16, (t1) sub t3, t3, t5 vsse32.v v16, (t0), t6 mul t2, t5, t6 - vsse32.v v17, (t4), t6 + vsse32.v v20, (t4), t6 sh3add t1, t5, t1 add t0, t0, t2 add t4, t4, t2 -- 2.40.1 _______________________________________________ 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".