Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
87762e62
Commit
87762e62
authored
Nov 07, 2012
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i420_rgb: separate mmx and sse2 asm code
parent
f8e94001
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
774 additions
and
756 deletions
+774
-756
modules/mmx/i420_rgb_mmx.h
modules/mmx/i420_rgb_mmx.h
+0
-754
modules/sse2/Modules.am
modules/sse2/Modules.am
+1
-1
modules/sse2/i420_rgb_sse2.h
modules/sse2/i420_rgb_sse2.h
+772
-0
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb16.c
+1
-1
No files found.
modules/mmx/i420_rgb_mmx.h
View file @
87762e62
This diff is collapsed.
Click to expand it.
modules/sse2/Modules.am
View file @
87762e62
...
...
@@ -2,7 +2,7 @@ libi420_rgb_sse2_plugin_la_SOURCES = \
../video_chroma/i420_rgb.c \
../video_chroma/i420_rgb.h \
../video_chroma/i420_rgb16.c \
../
mmx/i420_rgb_mmx
.h
../
sse2/i420_rgb_sse2
.h
libi420_rgb_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
libi420_rgb_sse2_plugin_la_LIBADD = $(AM_LIBADD)
...
...
modules/sse2/i420_rgb_sse2.h
0 → 100644
View file @
87762e62
This diff is collapsed.
Click to expand it.
modules/video_chroma/i420_rgb16.c
View file @
87762e62
...
...
@@ -42,7 +42,7 @@
# include "../mmx/i420_rgb_mmx.h"
# define VLC_TARGET VLC_MMX
#elif defined (MODULE_NAME_IS_i420_rgb_sse2)
# include "../
mmx/i420_rgb_mmx
.h"
# include "../
sse2/i420_rgb_sse2
.h"
# define VLC_TARGET VLC_SSE
#endif
...
...
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