Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
cdaec0b2
Commit
cdaec0b2
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
avfilter: x86: Use more precise compile template names
parent
a886b279
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavfilter/x86/yadif.c
+2
-2
2 additions, 2 deletions
libavfilter/x86/yadif.c
libavfilter/x86/yadif_template.c
+1
-1
1 addition, 1 deletion
libavfilter/x86/yadif_template.c
with
3 additions
and
3 deletions
libavfilter/x86/yadif.c
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
libavfilter/x86/yadif_template.c
+
1
−
1
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment