Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-02-07 00:45:06 +0300
committerMartin Storsjö <martin@martin.st>2020-02-11 11:43:43 +0300
commitfeeaf785340e9aa910f65602e0f42e9958bd9e21 (patch)
tree844039f4e0b16b17512ae6687ec85d8bd4eec3c3 /src/arm
parente4208e853ab4bac2148bc75049a3902ca5cb4ad7 (diff)
arm: looprestoration: Fix a comment
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/32/looprestoration.S2
-rw-r--r--src/arm/64/looprestoration.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/32/looprestoration.S b/src/arm/32/looprestoration.S
index 9b085e4..73f41d7 100644
--- a/src/arm/32/looprestoration.S
+++ b/src/arm/32/looprestoration.S
@@ -1038,7 +1038,7 @@ function sgr_box5_h_neon, export=1
b 2f
0:
// !LR_HAVE_LEFT, fill q1 with the leftmost byte
- // and shift q0 to have 2x the first byte at the front.
+ // and shift q0 to have 3x the first byte at the front.
vdup.8 q1, d0[0]
vdup.8 q5, d8[0]
// Move r3 back to account for the last 3 bytes we loaded before,
diff --git a/src/arm/64/looprestoration.S b/src/arm/64/looprestoration.S
index 9289622..656412b 100644
--- a/src/arm/64/looprestoration.S
+++ b/src/arm/64/looprestoration.S
@@ -950,7 +950,7 @@ function sgr_box5_h_neon, export=1
b 2f
0:
// !LR_HAVE_LEFT, fill v1 with the leftmost byte
- // and shift v0 to have 2x the first byte at the front.
+ // and shift v0 to have 3x the first byte at the front.
dup v1.16b, v0.b[0]
dup v5.16b, v4.b[0]
// Move x3 back to account for the last 3 bytes we loaded before,