From patchwork Mon Jan 9 22:15:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Storsj=C3=B6?= X-Patchwork-Id: 2155 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp7257468vsb; Mon, 9 Jan 2017 14:21:29 -0800 (PST) X-Received: by 10.28.181.197 with SMTP id e188mr213364wmf.32.1484000489692; Mon, 09 Jan 2017 14:21:29 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id v188si11306253wmf.9.2017.01.09.14.21.28; Mon, 09 Jan 2017 14:21:29 -0800 (PST) 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; dkim=neutral (body hash did not verify) header.i=@martin-st.20150623.gappssmtp.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 1F7FE68A244; Tue, 10 Jan 2017 00:21:19 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BE717689E64 for ; Tue, 10 Jan 2017 00:21:17 +0200 (EET) Received: by mail-lf0-f68.google.com with SMTP id j75so13010623lfe.3 for ; Mon, 09 Jan 2017 14:21:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=+riavi+GBxEXjoDVEbI7BrqFlQUjD95K9lo/8ozptG4=; b=wk0YW/jk23g1qcznL+QBp3UB9bSzACWBBhw7bWMsRVVSTbtnvsRcYAwaPriYirYdiR +MrA/RDjMDrPW538llXQuukHOKBgSqdyiZnAClvNp6ksUcg3PMh0CjArOMz3Fh/DZF22 qhZh5aeDw16qEk6/cbExrQimCB5aWK/dKiEBLf9GWq2pes4IyNA+KA4JfZ0nm9yPwC8A V+lKIWs/Z5qHOY6vkrjRedISoImgBzqebx54K93kqWnThBS1s98T7ofWt6WtOrR6hf1b iov1LSdYe6HP+JtJFTZPmLBvMXEd85ba18Z6YyYGyG8AxMaZSQRNWqQx0PxexHjaj4wA 7jqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=+riavi+GBxEXjoDVEbI7BrqFlQUjD95K9lo/8ozptG4=; b=oH8b8PFrcSLCl7N5EmF9xu7XrmGRZUSUfn+FtHy8+kkR3ntXye8mSldxNNA2aZgoRu lTu/DvZk5axO9RuKFIDl59F+B8wYseVhRBE5hLdfUuygN7FsdamjyNpm1BdiVEWQzaxG yVDR2hzq2QHMoBY1zAnbU4JOYbNlRFmI+ndc5Yi/ZAUCDe21syaYsa8PCrMStgATWVFB QJskUt97jd9Q2mzQxYM0CbBjbqW8iZKff2xkHkBUQCD0O+Bt9gaDR7cdEE5FA7aHkhhE 6B+pLxf7Fdj1Z3kEEQ6FLK/60Jt7Q+R0XN78l94xULR9SMDyFzs+fqZkdh6H5frjt/7V n6SQ== X-Gm-Message-State: AIkVDXJ01TXyD2zinBhZ60tR2u+1biqL7bWFBu/Zce8HRnAz2wxiymH8rv+r6FNJuj8gRA== X-Received: by 10.25.216.3 with SMTP id p3mr457266lfg.16.1484000131537; Mon, 09 Jan 2017 14:15:31 -0800 (PST) Received: from localhost.localdomain ([2001:470:28:852:a9ed:5432:636c:1053]) by smtp.gmail.com with ESMTPSA id f25sm1358538lji.26.2017.01.09.14.15.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Jan 2017 14:15:31 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Tue, 10 Jan 2017 00:15:19 +0200 Message-Id: <1484000119-4959-13-git-send-email-martin@martin.st> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484000119-4959-1-git-send-email-martin@martin.st> References: <1484000119-4959-1-git-send-email-martin@martin.st> Subject: [FFmpeg-devel] [PATCH 13/13] aarch64: vp9mc: Fix a comment to refer to a register with the right name 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" This is cherrypicked from libav commit 85ad5ea72ce3983947a3b07e4b35c66cb16dfaba. --- libavcodec/aarch64/vp9mc_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/vp9mc_neon.S b/libavcodec/aarch64/vp9mc_neon.S index 69dad6d..80d1d23 100644 --- a/libavcodec/aarch64/vp9mc_neon.S +++ b/libavcodec/aarch64/vp9mc_neon.S @@ -250,7 +250,7 @@ function \type\()_8tap_\size\()h_\idx1\idx2 .if \size >= 16 sub x1, x1, x5 .endif - // size >= 16 loads two qwords and increments r2, + // size >= 16 loads two qwords and increments x2, // for size 4/8 it's enough with one qword and no // postincrement .if \size >= 16