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
cdaec0b2
Commit
cdaec0b2
authored
Aug 28, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter: x86: Use more precise compile template names
parent
a886b279
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
yadif.c
libavfilter/x86/yadif.c
+2
-2
yadif_template.c
libavfilter/x86/yadif_template.c
+1
-1
No files found.
libavfilter/x86/yadif.c
View file @
cdaec0b2
...
@@ -32,7 +32,7 @@ DECLARE_ASM_CONST(16, const xmm_reg, pb_1) = {0x0101010101010101ULL, 0x010101010
...
@@ -32,7 +32,7 @@ DECLARE_ASM_CONST(16, const xmm_reg, pb_1) = {0x0101010101010101ULL, 0x010101010
DECLARE_ASM_CONST
(
16
,
const
xmm_reg
,
pw_1
)
=
{
0x0001000100010001ULL
,
0x0001000100010001ULL
};
DECLARE_ASM_CONST
(
16
,
const
xmm_reg
,
pw_1
)
=
{
0x0001000100010001ULL
,
0x0001000100010001ULL
};
#if HAVE_SSSE3
#if HAVE_SSSE3
#define COMPILE_TEMPLATE_SSE 1
#define COMPILE_TEMPLATE_SSE
2
1
#define COMPILE_TEMPLATE_SSSE3 1
#define COMPILE_TEMPLATE_SSSE3 1
#undef RENAME
#undef RENAME
#define RENAME(a) a ## _ssse3
#define RENAME(a) a ## _ssse3
...
@@ -44,7 +44,7 @@ DECLARE_ASM_CONST(16, const xmm_reg, pw_1) = {0x0001000100010001ULL, 0x000100010
...
@@ -44,7 +44,7 @@ DECLARE_ASM_CONST(16, const xmm_reg, pw_1) = {0x0001000100010001ULL, 0x000100010
#undef RENAME
#undef RENAME
#define RENAME(a) a ## _sse2
#define RENAME(a) a ## _sse2
#include "yadif_template.c"
#include "yadif_template.c"
#undef COMPILE_TEMPLATE_SSE
#undef COMPILE_TEMPLATE_SSE
2
#endif
#endif
#if HAVE_MMXEXT
#if HAVE_MMXEXT
...
...
libavfilter/x86/yadif_template.c
View file @
cdaec0b2
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
*/
#ifdef COMPILE_TEMPLATE_SSE
#ifdef COMPILE_TEMPLATE_SSE
2
#define MM "%%xmm"
#define MM "%%xmm"
#define MOV "movq"
#define MOV "movq"
#define MOVQ "movdqa"
#define MOVQ "movdqa"
...
...
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