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-03-03 16:31:41 +0300
committerMartin Storsjö <martin@martin.st>2020-03-04 12:43:25 +0300
commita7f6fe32989ed5c13cc588f17db59b747d4a5fd5 (patch)
tree0013533de86095e83ffd4ae28b060d2be9c3de17 /src/arm
parent48ffb05edf33baa9c8cc642ab00d0a57afac0227 (diff)
arm64: mc: Treat the stride as a full 64 bit (potential signed) value in blend_8bpc_neon
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/64/mc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/64/mc.S b/src/arm/64/mc.S
index 8b78707..0f2d834 100644
--- a/src/arm/64/mc.S
+++ b/src/arm/64/mc.S
@@ -431,7 +431,7 @@ function blend_8bpc_neon, export=1
sub x6, x6, w3, uxtw
movi v4.16b, #64
add x8, x0, x1
- lsl w1, w1, #1
+ lsl x1, x1, #1
br x6
4:
ld1 {v2.8b}, [x5], #8