Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
3dd78272
Commit
3dd78272
authored
8 years ago
by
Martin Storsjö
Browse files
Options
Downloads
Patches
Plain Diff
aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
ed8d2933
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/aarch64/vp9itxfm_neon.S
+8
-8
8 additions, 8 deletions
libavcodec/aarch64/vp9itxfm_neon.S
with
8 additions
and
8 deletions
libavcodec/aarch64/vp9itxfm_neon.S
+
8
−
8
View file @
3dd78272
...
...
@@ -385,10 +385,10 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
.
endif
ld1
{
v0
.8
h
},
[
x4
]
movi
v2
.
16
b
,
#
0
movi
v3
.
16
b
,
#
0
movi
v4
.
16
b
,
#
0
movi
v5
.
16
b
,
#
0
movi
v2
.
8
h
,
#
0
movi
v3
.
8
h
,
#
0
movi
v4
.
8
h
,
#
0
movi
v5
.
8
h
,
#
0
.
ifc
\
txfm1
\()
_
\
txfm2
,
idct_idct
cmp
w3
,
#
1
...
...
@@ -411,11 +411,11 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
b
2
f
.
endif
1
:
ld1
{
v16
.
16
b
,
v17
.
16
b
,
v18
.
16
b
,
v19
.
16
b
},
[
x2
],
#
64
ld1
{
v20
.
16
b
,
v21
.
16
b
,
v22
.
16
b
,
v23
.
16
b
},
[
x2
],
#
64
ld1
{
v16
.
8
h
,
v17
.
8
h
,
v18
.
8
h
,
v19
.
8
h
},
[
x2
],
#
64
ld1
{
v20
.
8
h
,
v21
.
8
h
,
v22
.
8
h
,
v23
.
8
h
},
[
x2
],
#
64
sub
x2
,
x2
,
#
128
st1
{
v2
.
16
b
,
v3
.
16
b
,
v4
.
16
b
,
v5
.
16
b
},
[
x2
],
#
64
st1
{
v2
.
16
b
,
v3
.
16
b
,
v4
.
16
b
,
v5
.
16
b
},
[
x2
],
#
64
st1
{
v2
.
8
h
,
v3
.
8
h
,
v4
.
8
h
,
v5
.
8
h
},
[
x2
],
#
64
st1
{
v2
.
8
h
,
v3
.
8
h
,
v4
.
8
h
,
v5
.
8
h
},
[
x2
],
#
64
\
txfm1
\()8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment