Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
bba88abc
Commit
bba88abc
authored
Nov 11, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "gradfun: define the clobber list"
This reverts commit
07df00dc
.
parent
e4a69b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/video_filter/gradfun.h
modules/video_filter/gradfun.h
+3
-3
No files found.
modules/video_filter/gradfun.h
View file @
bba88abc
...
...
@@ -121,7 +121,7 @@ static void filter_line_mmx2(uint8_t *dst, uint8_t *src, uint16_t *dc,
:
"+r"
(
x
)
:
"r"
(
dst
+
width
),
"r"
(
src
+
width
),
"r"
(
dc
+
width
/
2
),
"rm"
(
thresh
),
"m"
(
*
dithers
),
"m"
(
*
pw_7f
)
:
"m
m0"
,
"mm1"
,
"mm2"
,
"mm4"
,
"mm5"
,
"mm6"
,
"m
emory"
:
"memory"
);
}
#endif
...
...
@@ -169,7 +169,7 @@ static void filter_line_ssse3(uint8_t *dst, uint8_t *src, uint16_t *dc,
:
"+&r"
(
x
)
:
"r"
(
dst
+
width
),
"r"
(
src
+
width
),
"r"
(
dc
+
width
/
2
),
"rm"
(
thresh
),
"m"
(
*
dithers
),
"m"
(
*
pw_7f
)
:
"
xmm0"
,
"xmm1"
,
"xmm2"
,
"xmm4"
,
"xmm5"
,
"xmm6"
,
"xmm7"
,
"
memory"
:
"memory"
);
}
#endif // HAVE_SSSE3
...
...
@@ -205,7 +205,7 @@ static void filter_line_ssse3(uint8_t *dst, uint8_t *src, uint16_t *dc,
"r"(src+width*2),\
"r"(src+width*2+sstride),\
"m"(*pw_ff)\
:"
xmm0", "xmm1", "xmm2", "xmm3", "xmm7", "
memory"\
:"memory"\
);
static
void
blur_line_sse2
(
uint16_t
*
dc
,
uint16_t
*
buf
,
uint16_t
*
buf1
,
...
...
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