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
aac382e9
Commit
aac382e9
authored
Aug 15, 2019
by
Lynne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aarch64/opusdsp: do not clobber register v8
A part of v8-v15 needs to be preserved across calls.
parent
3aeb681f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
opusdsp_neon.S
libavcodec/aarch64/opusdsp_neon.S
+4
-4
No files found.
libavcodec/aarch64/opusdsp_neon.S
View file @
aac382e9
...
...
@@ -95,16 +95,16 @@ function ff_opus_postfilter_neon, export=1
fmla v3.4s, v7.4s, v2.4s
fadd v6.4s, v6.4s, v4.4s
ld1 {v
8
.4s}, [x0]
fmla v
8
.4s, v5.4s, v0.4s
ld1 {v
4
.4s}, [x0]
fmla v
4
.4s, v5.4s, v0.4s
fmul v6.4s, v6.4s, v1.4s
fadd v6.4s, v6.4s, v3.4s
fadd v
8.4s, v8
.4s, v6.4s
fadd v
4.4s, v4
.4s, v6.4s
fmul v3.4s, v7.4s, v2.4s
st1 {v
8
.4s}, [x0], #16
st1 {v
4
.4s}, [x0], #16
subs w3, w3, #4
b.gt 1b
...
...
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