]> git.sesse.net Git - ffmpeg/commitdiff
aarch64: vp9mc: Fix a comment to refer to a register with the right name
authorMartin Storsjö <martin@martin.st>
Fri, 16 Dec 2016 20:59:45 +0000 (22:59 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 3 Jan 2017 12:16:10 +0000 (14:16 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/aarch64/vp9mc_neon.S

index 720273b1150aeff54f889c09f32ad094a655d221..c1f1876fce5b908590f61c8505e71b47f8b1f142 100644 (file)
@@ -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