summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-12-16 22:59:45 +0200
committerMartin Storsjö <martin@martin.st>2017-01-03 14:16:10 +0200
commit85ad5ea72ce3983947a3b07e4b35c66cb16dfaba (patch)
treef116c566215d88872b985aa66103bcf651b570c2 /libavcodec/aarch64
parent65074791e8f8397600aacc9801efdd17777eb6e3 (diff)
aarch64: vp9mc: Fix a comment to refer to a register with the right name
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/vp9mc_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9mc_neon.S b/libavcodec/aarch64/vp9mc_neon.S
index 720273b115..c1f1876fce 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