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
d92a7253
Commit
d92a7253
authored
Feb 05, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86/vp9lpf: remove 8 SWAPs in 84/48 transpose.
parent
97dde561
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
23 deletions
+10
-23
vp9lpf.asm
libavcodec/x86/vp9lpf.asm
+10
-23
No files found.
libavcodec/x86/vp9lpf.asm
View file @
d92a7253
...
...
@@ -759,30 +759,17 @@ SECTION .text
movd
[Q6],
m14
movd
[Q7],
m15
%else
mova
m4
,
[P3]
mova
m5
,
[P2]
mova
m6
,
[P1]
mova
m7
,
[P0]
mova
m8
,
[Q0]
mova
m9
,
[Q1]
mova
m10
,
[Q2]
mova
m11
,
[Q3]
DEFINE_REAL_P7_TO_Q7
; the following code do a transpose of 8 full centered lines to 16 half
; the following code do a transpose of 8 full lines to 16 half
; lines (high part). It is inlined to avoid the need of a staging area
; move from [-4;4] to [-8;0]
SWAP
0
,
4
SWAP
1
,
5
SWAP
2
,
6
SWAP
3
,
7
SWAP
4
,
8
SWAP
5
,
9
SWAP
6
,
10
SWAP
7
,
11
mova
m0
,
[P3]
mova
m1
,
[P2]
mova
m2
,
[P1]
mova
m3
,
[P0]
mova
m4
,
[Q0]
mova
m5
,
[Q1]
mova
m6
,
[Q2]
mova
m7
,
[Q3]
DEFINE_REAL_P7_TO_Q7
SBUTTERFLY
bw
,
0
,
1
,
8
SBUTTERFLY
bw
,
2
,
3
,
8
SBUTTERFLY
bw
,
4
,
5
,
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