From patchwork Thu Jun 22 10:30:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?Q2zDqW1lbnQgQsWTc2No?= X-Patchwork-Id: 4075 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.22.4 with SMTP id 4csp2307403vsw; Thu, 22 Jun 2017 03:31:28 -0700 (PDT) X-Received: by 10.223.163.15 with SMTP id c15mr1367851wrb.71.1498127488671; Thu, 22 Jun 2017 03:31:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1498127488; cv=none; d=google.com; s=arc-20160816; b=Tv0dzi6wSmRPdDC0omzhmTcTYHM3j4W+2NFBqIJURuuuh5bTDUbqqaDJrhght6TMnD u7ohprfrWvEb6VaT/pg72oe1s6iDfwNIntrX0reEVixEDZHzr12K2lWCXdaK/nBbJBGa 2ygtyGnO/jjP5Uda97BWYuS5KyZsuUiQFDW9FBYotDxsYtC6MAmI8UFVbLnBgiRN1f/N lfLJsE3V5uDo1WJpV6qD/lM7MBzYsQ7CVCDwO+OJIVpQ3rlDIKkjyV8G/TdOgbhVEO67 IPjlDFdyE6umg91S2rXQLAB9BSqq50uXT2wCIcIs+YaS3njnV7BIWEtoFkytNskCpEpU QrCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:references:in-reply-to :message-id:date:to:from:delivered-to:arc-authentication-results; bh=4SS0uG1ZN7W/IalRcsIU8/o11s+KBy3SZdrHEQYZy5E=; b=SQ0g95y2yQR48fBWYqx52g/VHnn32wj7QUzNLwtcqkblS4C2IKEVaJXQ0T9qsOnjp7 dQmdm/58O2rpdJrpCDy9eRcTdGpc0CWVrLfyabfY8aZWeHUVaN4vHyIJ5D0BLcFy47HQ pZ7e8NfzOV7tXsBEyRp1CAbySubtdgnzJXiwzoYTIEAadbP12tAD6Chi3OAseXSnL498 Qc42uVfnhW8/EqogaShu+oXp40rda98MwUV/62ZndQW0ryndRMOixgSW6O8CjlBeI7mk ex/zuKvYYun0k+mnZdouorcIe1GnFCqcezYTwMHJKPDubrSlf+SxSEXPJ2Bd7Q9y72nS 8lbg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id z192si850274wme.173.2017.06.22.03.31.28; Thu, 22 Jun 2017 03:31:28 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A6F9F68A3EA; Thu, 22 Jun 2017 13:31:13 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from golem.pkh.me (LStLambert-657-1-117-164.w92-154.abo.wanadoo.fr [92.154.28.164]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8994968A37E for ; Thu, 22 Jun 2017 13:31:05 +0300 (EEST) Received: from localhost (golem.pkh.me [local]) by golem.pkh.me (OpenSMTPD) with ESMTPA id 46a63cc0; Thu, 22 Jun 2017 10:30:59 +0000 (UTC) From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Jun 2017 12:30:56 +0200 Message-Id: <20170622103058.6855-3-u@pkh.me> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170622103058.6855-1-u@pkh.me> References: <20170622103058.6855-1-u@pkh.me> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/5] lavc/aacpsdsp: fix a few spaces (cosmetics) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Cc: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Clément Bœsch --- libavcodec/aacpsdsp_template.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavcodec/aacpsdsp_template.c b/libavcodec/aacpsdsp_template.c index 3049ce8b79..4f193604bc 100644 --- a/libavcodec/aacpsdsp_template.c +++ b/libavcodec/aacpsdsp_template.c @@ -72,6 +72,7 @@ static void ps_hybrid_analysis_c(INTFLOAT (*out)[2], INTFLOAT (*in)[2], #endif /* USE_FIXED */ } } + static void ps_hybrid_analysis_ileave_c(INTFLOAT (*out)[32][2], INTFLOAT L[2][38][64], int i, int len) { @@ -165,10 +166,10 @@ static void ps_stereo_interpolate_c(INTFLOAT (*l)[2], INTFLOAT (*r)[2], h1 += hs1; h2 += hs2; h3 += hs3; - l[n][0] = AAC_MADD30(h0, l_re, h2, r_re); - l[n][1] = AAC_MADD30(h0, l_im, h2, r_im); - r[n][0] = AAC_MADD30(h1, l_re, h3, r_re); - r[n][1] = AAC_MADD30(h1, l_im, h3, r_im); + l[n][0] = AAC_MADD30(h0, l_re, h2, r_re); + l[n][1] = AAC_MADD30(h0, l_im, h2, r_im); + r[n][0] = AAC_MADD30(h1, l_re, h3, r_re); + r[n][1] = AAC_MADD30(h1, l_im, h3, r_im); } }