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:20 +0300
committerMartin Storsjö <martin@martin.st>2019-01-31 13:33:34 +0300
commitebfbf4efe65976ed7294b748420e3dd2e5b1050e (patch)
treed3180b08e553ce6ee9d39a589fa2cf2a62ab2411 /src/arm/64/looprestoration.S
parentacac4c93d49bf3d43fbd3aa1320bf724faa3532d (diff)
arm64: looprestoration: Simplify the setup of wiener_filter_v_neon
Diffstat (limited to 'src/arm/64/looprestoration.S')
-rw-r--r--src/arm/64/looprestoration.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arm/64/looprestoration.S b/src/arm/64/looprestoration.S
index 5dcc1f1..0ad4f27 100644
--- a/src/arm/64/looprestoration.S
+++ b/src/arm/64/looprestoration.S
@@ -322,8 +322,7 @@ endfunc
function wiener_filter_v_neon, export=1
mov w8, w4
ld1 {v0.8h}, [x5]
- mov w9, #128
- dup v1.8h, w9
+ movi v1.8h, #128
add v1.8h, v1.8h, v0.8h
// Calculate the number of rows to move back when looping vertically