Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e8b891b7
Commit
e8b891b7
authored
Oct 30, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac: enable diracdsp_mmx
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3cb0686e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
diracdsp.c
libavcodec/diracdsp.c
+2
-2
Makefile
libavcodec/x86/Makefile
+1
-1
No files found.
libavcodec/diracdsp.c
View file @
e8b891b7
...
...
@@ -20,7 +20,7 @@
#include "dsputil.h"
#include "diracdsp.h"
/* MMX_DISABLE #include "libavcodec/x86/diracdsp_mmx.h" */
#include "libavcodec/x86/diracdsp_mmx.h"
#define FILTER(src, stride) \
((21*((src)[ 0*stride] + (src)[1*stride]) \
...
...
@@ -197,5 +197,5 @@ void ff_diracdsp_init(DiracDSPContext *c)
PIXFUNC
(
avg
,
16
);
PIXFUNC
(
avg
,
32
);
/* MMX_DISABLE if (HAVE_MMX) ff_diracdsp_init_mmx(c); */
if
(
HAVE_MMX
)
ff_diracdsp_init_mmx
(
c
);
}
libavcodec/x86/Makefile
View file @
e8b891b7
...
...
@@ -27,7 +27,7 @@ MMX-OBJS-$(CONFIG_RV40_DECODER) += x86/rv40dsp.o \
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_yasm.o
#DISABLE_MMX
YASM-OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_mmx.o x86/diracdsp_yasm.o
YASM-OBJS-$(CONFIG_DIRAC_DECODER)
+=
x86/diracdsp_mmx.o
x86/diracdsp_yasm.o
MMX-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp_mmx.o
YASM-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp.o
...
...
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