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 84C1D4483C for ; Mon, 26 Sep 2022 07:05:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E22A568B9A4; Mon, 26 Sep 2022 10:05:30 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 28BAA68B427 for ; Mon, 26 Sep 2022 10:05:23 +0300 (EEST) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 7E937106034E for ; Mon, 26 Sep 2022 07:05:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1664175923; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=wmoQByy4EP8rnCIA7TKWAwQO70G2Xsbj/o6w/J8MwPA=; b=MUY5TtB8wo+f+nivCWM4dA0pfXRzJZlIKBbvrU1OoFF2DJmS3CgxO3JrjPvhFFfz lqA2oAjxNX1TegE2G6d07XGF4UnS2dGzwNn70NNtvObJTVZ4DornAWS5OvhF8CtJgUr JQTkxcUN0W0t5mtM3h6nMpVlE4l5QW0yXS0v4RtrbiCYnLLdXdzveKGxlgoUt7kcILz HDMwxOdY8/Usg+J4/6syEvXIMwL3WWYR5MhMizNqUSU4sJV4/EpxLYf7IfD0IZLG57V VfduVILi32SYbYn1TFl0d8bUag7Ycor22xiWdrWciXJYflNZlFT9LdifHkDmGUwNF9g mxI35eThzA== Date: Mon, 26 Sep 2022 09:05:23 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <5861881.lOV4Wx5bFT@basile.remlab.net> References: <5861881.lOV4Wx5bFT@basile.remlab.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCHv5 00/31] RISC-V CPU extensions 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: Sep 25, 2022, 16:25 by remi@remlab.net: > Hello, > > Changes since version version 5: > - Use shifted-add instructions where applicable (pointer arithmetic) to > minimise scalar operations to the absolute minimum. > - Add AAC PS DSP stereo interpolation [0]. > > The following changes since commit 7cd252ee41ddc693fa140c5b5eb472b6d6f27f9e: > > avcodec/parser: Remove declaration of inexistent function (2022-09-24 20:25:19 +0200) > > are available in the Git repository at: > > https://git.remlab.net/git/ffmpeg.git rv-cpu > > for you to fetch changes up to 2f7afca1e160b3bb1bc761ac3eb5e08a0852120b: > > lavc/aacpsdsp: RISC-V V stereo_interpolate[0] (2022-09-25 17:19:09 +0300) > Took a look at the patchset, apart from those 2 minor nits, it looks good to me. I can fix the branching before pushing if you think it'd be okay. As for the name, if they really have no alternative names, I'd be fine with RV_Zve64x... hunter2. _______________________________________________ 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".