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:
authorMartin Storsjö <martin@martin.st>2019-01-30 01:21:38 +0300
committerMartin Storsjö <martin@martin.st>2019-01-31 13:33:34 +0300
commit5898758bc15479848f12bb68b1e698ecd3acf8b4 (patch)
tree9ab62c7699fa5cca0a3bbf3606310c07883ce070 /src/arm/64/looprestoration.S
parentcb1e8b10348d477e070e48ec4eabe3ec19f97132 (diff)
arm64: looprestoration: Fix comment typos
Diffstat (limited to 'src/arm/64/looprestoration.S')
-rw-r--r--src/arm/64/looprestoration.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/64/looprestoration.S b/src/arm/64/looprestoration.S
index 6badfe0..35b1fb5 100644
--- a/src/arm/64/looprestoration.S
+++ b/src/arm/64/looprestoration.S
@@ -52,7 +52,7 @@ function wiener_filter_h_neon, export=1
add x13, x2, x3
lsl x3, x3, #1
- // Subtract the width from mid_strid3
+ // Subtract the width from mid_stride
sub x10, x10, w5, uxtw #1
// For w >= 8, we read (w+5)&~7+8 pixels, for w < 8 we read 16 pixels.
@@ -437,7 +437,7 @@ function wiener_filter_v_neon, export=1
mov v21.16b, v19.16b
mov v22.16b, v19.16b
b 8f
-62: // 2 rows in total, v19 already loaded, load v20 and pad that into v20-v23.
+62: // 2 rows in total, v19 already loaded, load v20 and pad that into v21-v23.
ld1 {v20.8h}, [x2], x7
mov v21.16b, v20.16b
mov v22.16b, v20.16b