summaryrefslogtreecommitdiffstats
path: root/common/arm
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2016-10-05 11:43:08 +0300
committerMartin Storsjo <martin@martin.st>2016-10-05 14:23:53 +0300
commit1b025fff7c9d8bc5692db1a2359ea1c9e4075cd5 (patch)
tree77e08c6ee5d452263102e440d82d279d6a3a2a9c /common/arm
parent3f977fc6db3e89e5916ab33c9138e0dc3d3db257 (diff)
downloadandroid_external_libavc-1b025fff7c9d8bc5692db1a2359ea1c9e4075cd5.tar.gz
android_external_libavc-1b025fff7c9d8bc5692db1a2359ea1c9e4075cd5.tar.bz2
android_external_libavc-1b025fff7c9d8bc5692db1a2359ea1c9e4075cd5.zip
arm, armv8: Fix some comments to refer to the right register
Change-Id: I4483a6090d684b95f738e737d6a78cae45ee4655
Diffstat (limited to 'common/arm')
-rw-r--r--common/arm/ih264_weighted_bi_pred_a9q.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arm/ih264_weighted_bi_pred_a9q.s b/common/arm/ih264_weighted_bi_pred_a9q.s
index 33859e6..1a6ba55 100644
--- a/common/arm/ih264_weighted_bi_pred_a9q.s
+++ b/common/arm/ih264_weighted_bi_pred_a9q.s
@@ -144,7 +144,7 @@ ih264_weighted_bi_pred_luma_a9q:
ldr r4, [sp, #40] @Load src_strd2 in r4
ldr r5, [sp, #44] @Load dst_strd in r5
sxtb r9, r9 @sign-extend 8-bit ofst1 to 32-bit
- rsb r10, r6, #0 @r13 = -(log_wd + 1)
+ rsb r10, r6, #0 @r10 = -(log_wd + 1)
ldr r11, [sp, #68] @Load ht in r11
ldr r12, [sp, #72] @Load wd in r12
vdup.16 q0, r10 @Q0 = -(log_wd + 1) (32-bit)