Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3dd78272
Commit
3dd78272
authored
Jan 03, 2017
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email 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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
vp9itxfm_neon.S
libavcodec/aarch64/vp9itxfm_neon.S
+8
-8
No files found.
libavcodec/aarch64/vp9itxfm_neon.S
View file @
3dd78272
...
...
@@ -385,10 +385,10 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
.endif
ld1 {v0.8h}, [x4]
movi v2.
16b
, #0
movi v3.
16b
, #0
movi v4.
16b
, #0
movi v5.
16b
, #0
movi v2.
8h
, #0
movi v3.
8h
, #0
movi v4.
8h
, #0
movi v5.
8h
, #0
.ifc \txfm1\()_\txfm2,idct_idct
cmp w3, #1
...
...
@@ -411,11 +411,11 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
b 2f
.endif
1:
ld1 {v16.
16b,v17.16b,v18.16b,v19.16b
}, [x2], #64
ld1 {v20.
16b,v21.16b,v22.16b,v23.16b
}, [x2], #64
ld1 {v16.
8h,v17.8h,v18.8h,v19.8h
}, [x2], #64
ld1 {v20.
8h,v21.8h,v22.8h,v23.8h
}, [x2], #64
sub x2, x2, #128
st1 {v2.
16b,v3.16b,v4.16b,v5.16b},
[x2], #64
st1 {v2.
16b,v3.16b,v4.16b,v5.16b},
[x2], #64
st1 {v2.
8h,v3.8h,v4.8h,v5.8h},
[x2], #64
st1 {v2.
8h,v3.8h,v4.8h,v5.8h},
[x2], #64
\txfm1\()8
...
...
Write
Preview
Markdown
is supported
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