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
9d1bb3e8
Commit
9d1bb3e8
authored
Sep 28, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm_neon: remove recursion
parent
ecbe7bc1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
22 deletions
+21
-22
configure.ac
configure.ac
+0
-1
modules/Makefile.am
modules/Makefile.am
+1
-4
modules/arm_neon/Makefile.am
modules/arm_neon/Makefile.am
+18
-15
modules/arm_neon/chroma_yuv.c
modules/arm_neon/chroma_yuv.c
+1
-1
modules/arm_neon/yuv_rgb.c
modules/arm_neon/yuv_rgb.c
+1
-1
No files found.
configure.ac
View file @
9d1bb3e8
...
...
@@ -4210,7 +4210,6 @@ AC_CONFIG_FILES([
modules/video_output/Makefile
modules/video_splitter/Makefile
modules/visualization/Makefile
modules/arm_neon/Makefile
modules/hw/vdpau/Makefile
])
...
...
modules/Makefile.am
View file @
9d1bb3e8
...
...
@@ -21,7 +21,6 @@ EXTRA_SUBDIRS = \
access_output
\
mux
\
stream_out
\
arm_neon
\
hw/vdpau
\
lua
...
...
@@ -30,9 +29,6 @@ DIST_SUBDIRS = . $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if
ENABLE_SOUT
SUBDIRS
+=
access_output mux stream_out
endif
if
HAVE_NEON
SUBDIRS
+=
arm_neon
endif
if
HAVE_VDPAU
SUBDIRS
+=
hw/vdpau
endif
...
...
@@ -45,6 +41,7 @@ dist_noinst_DATA = MODULES_LIST
include
common.am
include
access/Makefile.am
include
arm_neon/Makefile.am
include
audio_output/Makefile.am
include
codec/Makefile.am
include
demux/Makefile.am
...
...
modules/arm_neon/Makefile.am
View file @
9d1bb3e8
AM_LIBTOOLFLAGS
=
--tag
=
CC
include
$(top_srcdir)/modules/common.am
neondir
=
$(pluginsdir)
/arm_neon
libsimple_channel_mixer_neon_plugin_la_SOURCES
=
\
simple_channel_mixer.S
\
simple_channel_mixer.c
arm_neon/
simple_channel_mixer.S
\
arm_neon/
simple_channel_mixer.c
libsimple_channel_mixer_neon_plugin_la_CFLAGS
=
$(AM_CFLAGS)
libsimple_channel_mixer_neon_plugin_
la_DEPENDENCIES
=
libsimple_channel_mixer_neon_plugin_
LIBTOOLFLAGS
=
--tag
=
CC
libchroma_yuv_neon_plugin_la_SOURCES
=
\
i420_yuyv.S
\
i422_yuyv.S
\
yuyv_i422.S
\
chroma_yuv.c
chroma_neon.h
arm_neon/
i420_yuyv.S
\
arm_neon/
i422_yuyv.S
\
arm_neon/
yuyv_i422.S
\
arm_neon/chroma_yuv.c arm_neon/
chroma_neon.h
libchroma_yuv_neon_plugin_la_CFLAGS
=
$(AM_CFLAGS)
libchroma_yuv_neon_plugin_LIBTOOLFLAGS
=
--tag
=
CC
libvolume_neon_plugin_la_SOURCES
=
volume.c
amplify.S
libvolume_neon_plugin_la_SOURCES
=
arm_neon/volume.c arm_neon/
amplify.S
libvolume_neon_plugin_la_CFLAGS
=
$(AM_CFLAGS)
libvolume_neon_plugin_LIBTOOLFLAGS
=
--tag
=
CC
libyuv_rgb_neon_plugin_la_SOURCES
=
\
i420_rgb.S
\
i420_rv16.S
\
nv21_rgb.S
\
nv12_rgb.S
\
yuv_rgb.c
arm_neon/
i420_rgb.S
\
arm_neon/
i420_rv16.S
\
arm_neon/
nv21_rgb.S
\
arm_neon/
nv12_rgb.S
\
arm_neon/
yuv_rgb.c
libyuv_rgb_neon_plugin_la_CFLAGS
=
$(AM_CFLAGS)
libyuv_rgb_neon_plugin_LIBTOOLFLAGS
=
--tag
=
CC
if
HAVE_NEON
neon_LTLIBRARIES
=
\
libsimple_channel_mixer_neon_plugin.la
\
libchroma_yuv_neon_plugin.la
\
libvolume_neon_plugin.la
\
libyuv_rgb_neon_plugin.la
endif
modules/arm_neon/chroma_yuv.c
View file @
9d1bb3e8
...
...
@@ -26,7 +26,7 @@
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_cpu.h>
#include "chroma_neon.h"
#include "
arm_neon/
chroma_neon.h"
static
int
Open
(
vlc_object_t
*
);
...
...
modules/arm_neon/yuv_rgb.c
View file @
9d1bb3e8
...
...
@@ -27,7 +27,7 @@
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_cpu.h>
#include "chroma_neon.h"
#include "
arm_neon/
chroma_neon.h"
static
int
Open
(
vlc_object_t
*
);
...
...
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