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
8476eb0d
Commit
8476eb0d
authored
Jan 03, 2017
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aarch64: vp9itxfm: Update a comment to refer to a register with a different name
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
3dd78272
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp9itxfm_neon.S
libavcodec/aarch64/vp9itxfm_neon.S
+2
-2
No files found.
libavcodec/aarch64/vp9itxfm_neon.S
View file @
8476eb0d
...
...
@@ -41,8 +41,8 @@ const iadst16_coeffs, align=4
.short 11003, 12140, 8423, 14053, 5520, 15426, 2404, 16207
endconst
// out1 = ((in1 + in2) *
d
0[0] + (1 << 13)) >> 14
// out2 = ((in1 - in2) *
d
0[0] + (1 << 13)) >> 14
// out1 = ((in1 + in2) *
v
0[0] + (1 << 13)) >> 14
// out2 = ((in1 - in2) *
v
0[0] + (1 << 13)) >> 14
// in/out are .8h registers; this can do with 4 temp registers, but is
// more efficient if 6 temp registers are available.
.macro dmbutterfly0 out1, out2, in1, in2, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, neg=0
...
...
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