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
diff options
context:
space:
mode:
-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,