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
721bc375
Commit
721bc375
authored
Nov 22, 2016
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
06fec74c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
vp9itxfm_neon.S
libavcodec/aarch64/vp9itxfm_neon.S
+8
-8
vp9itxfm_neon.S
libavcodec/arm/vp9itxfm_neon.S
+4
-4
No files found.
libavcodec/aarch64/vp9itxfm_neon.S
View file @
721bc375
...
...
@@ -969,14 +969,14 @@ function idct32_1d_8x32_pass1_neon
st1 {v7.8h}, [x0], #16
.endm
store_rev 31, 23
store_rev 30, 22
store_rev 29, 21
store_rev 28, 20
store_rev 27, 19
store_rev 26, 18
store_rev 25, 17
store_rev 24, 16
store_rev
31, 23
store_rev
30, 22
store_rev
29, 21
store_rev
28, 20
store_rev
27, 19
store_rev
26, 18
store_rev
25, 17
store_rev
24, 16
.purgem store_rev
ret
endfunc
...
...
libavcodec/arm/vp9itxfm_neon.S
View file @
721bc375
...
...
@@ -1017,10 +1017,10 @@ function idct32_1d_4x32_pass1_neon
.endr
.endm
store_rev 31, 27, 23, 19
store_rev 30, 26, 22, 18
store_rev 29, 25, 21, 17
store_rev 28, 24, 20, 16
store_rev
31, 27, 23, 19
store_rev
30, 26, 22, 18
store_rev
29, 25, 21, 17
store_rev
28, 24, 20, 16
.purgem store_rev
bx lr
endfunc
...
...
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