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 DD6AA45149 for ; Mon, 6 May 2024 17:59:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B59A768D69A; Mon, 6 May 2024 20:59:36 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8663568D68D for ; Mon, 6 May 2024 20:59:30 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 1D5391060314 for ; Mon, 6 May 2024 17:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1715018370; 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=u9GTOexewKxBc5K1som+uDNBBGCbJQwLEXhhonG3Q+k=; b=2mQQXF65xLHGYDq4R/TnFiQgbQ1Oyr6U/seaBhu+bOfvAIn3BEMG0rfcv47EDSQb 1jAYT+vQXF+ohC4apQUREPnD9xmJv0Any1RUy60tppU7IXCy7SKyIBQpijSbqEErk7e XZML/C8NtF1G+zjdDaw2FNQnwYyHVYz32p1sNTa1dsf3C+cOtd1XmKd1eFE+ocAPPdl ZK96O7eJTDcjwnAzRkMgXIB0aNI+/UyQ2zCpGKXIEaJCdV1xNqF/2+NqjRn/p3XgZBS zBM3iCEPtsnNJZxG8Mb41BBcI/27Fv2L0C/5R3eaAuvhR7m4Cx3J3hARW6NXEfaBgec 3dd5M7L3qg== Date: Mon, 6 May 2024 19:59:30 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 12/12] avcodec/aac/aacdec_(fixed|float): Set AACDecDSP, AACDecProc directly 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: May 6, 2024, 14:16 by andreas.rheinhardt@outlook.com: > This is more in line with how we initialize DSP functions > and avoids tables of function pointers as well as relocations > for these. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/aac/aacdec_dsp_template.c | 43 ++++++++++++++------------- > libavcodec/aac/aacdec_fixed.c | 4 +-- > libavcodec/aac/aacdec_float.c | 4 +-- > libavcodec/aac/aacdec_proc_template.c | 11 ++++--- > 4 files changed, 34 insertions(+), 28 deletions(-) > Nice Patch 4 to 12 LGTM _______________________________________________ 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".