Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
d2ef9e6e
Commit
d2ef9e6e
authored
Jun 27, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86/vf_blend: use ABS2 macro
parent
516c213f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
vf_blend.asm
libavfilter/x86/vf_blend.asm
+3
-6
No files found.
libavfilter/x86/vf_blend.asm
View file @
d2ef9e6e
...
...
@@ -282,8 +282,7 @@ BLEND_INIT difference, 5
punpcklbw
m1
,
m2
psubw
m0
,
m1
psubw
m3
,
m4
ABS1
m0
,
m1
ABS1
m3
,
m4
ABS2
m0
,
m3
,
m1
,
m4
packuswb
m0
,
m3
mova
[
dstq
+
xq
]
,
m0
add
xq
,
mmsize
...
...
@@ -307,8 +306,7 @@ BLEND_INIT extremity, 8
psubw
m7
,
m4
,
m5
psubw
m3
,
m1
psubw
m7
,
m6
ABS1
m3
,
m1
ABS1
m7
,
m6
ABS2
m3
,
m7
,
m1
,
m6
packuswb
m3
,
m7
mova
[
dstq
+
xq
]
,
m3
add
xq
,
mmsize
...
...
@@ -332,8 +330,7 @@ BLEND_INIT negation, 8
psubw
m7
,
m4
,
m5
psubw
m3
,
m1
psubw
m7
,
m6
ABS1
m3
,
m1
ABS1
m7
,
m1
ABS2
m3
,
m7
,
m1
,
m6
psubw
m0
,
m4
,
m3
psubw
m1
,
m4
,
m7
packuswb
m0
,
m1
...
...
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