Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
532b3a67
Commit
532b3a67
authored
Jan 31, 2019
by
Martin Storsjö
Browse files
arm64: looprestoration: Simplify the horizontal filtering of one pixel at a time
parent
ebfbf4ef
Pipeline
#4203
passed with stages
in 6 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/arm/64/looprestoration.S
View file @
532b3a67
...
...
@@ -282,19 +282,15 @@ L(variable_shift_tbl):
addv
h6
,
v6
.8
h
addv
h7
,
v7
.8
h
dup
v16
.4
h
,
v2
.
h
[
3
]
dup
v17
.4
h
,
v4
.
h
[
3
]
ins
v16
.
h
[
1
],
v4
.
h
[
3
]
ins
v6
.
h
[
1
],
v7
.
h
[
0
]
shl
v16
.4
h
,
v16
.4
h
,
#
7
shl
v17
.4
h
,
v17
.4
h
,
#
7
sub
v16
.4
h
,
v16
.4
h
,
v30
.4
h
sub
v17
.4
h
,
v17
.4
h
,
v30
.4
h
sqadd
v6
.4
h
,
v6
.4
h
,
v16
.4
h
sqadd
v7
.4
h
,
v7
.4
h
,
v17
.4
h
sshr
v6
.4
h
,
v6
.4
h
,
#
3
sshr
v7
.4
h
,
v7
.4
h
,
#
3
add
v6
.4
h
,
v6
.4
h
,
v31
.4
h
add
v7
.4
h
,
v7
.4
h
,
v31
.4
h
st1
{
v6
.
h
}[
0
],
[
x0
],
#
2
st1
{
v
7
.
h
}[
0
],
[
x12
],
#
2
st1
{
v
6
.
h
}[
1
],
[
x12
],
#
2
subs
w5
,
w5
,
#
1
ext
v2
.16
b
,
v2
.16
b
,
v3
.16
b
,
#
2
ext
v4
.16
b
,
v4
.16
b
,
v5
.16
b
,
#
2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment