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
48576887
Commit
48576887
authored
Sep 06, 2019
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
2200cf1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
vf_v360.asm
libavfilter/x86/vf_v360.asm
+4
-7
No files found.
libavfilter/x86/vf_v360.asm
View file @
48576887
...
...
@@ -130,14 +130,11 @@ cglobal remap4_8bit_line, 7, 9, 11, dst, width, src, in_linesize, u, v, ker, x,
pmulld
m4
,
m5
paddd
m2
,
m4
vextracti128
xm1
,
m2
,
1
paddd
m1
,
m2
phaddd
m1
,
m1
phaddd
m1
,
m1
psrld
m1
,
m1
,
0xe
packuswb
m1
,
m1
HADDD
m2
,
m1
psrld
m2
,
m2
,
0xe
packuswb
m2
,
m2
pextrb
[
dstq
+
xq
]
,
xm
1
,
0
pextrb
[
dstq
+
xq
]
,
xm
2
,
0
add
xq
,
1
add
yq
,
32
...
...
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