Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
1700b4e6
Commit
1700b4e6
authored
Oct 29, 2013
by
Diego Biurrun
Browse files
x86: vp8dsp: Split loopfilter code into a separate file
parent
056fd4fe
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1586 additions
and
1556 deletions
+1586
-1556
libavcodec/x86/Makefile
libavcodec/x86/Makefile
+2
-1
libavcodec/x86/vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+0
-1555
libavcodec/x86/vp8dsp_loopfilter.asm
libavcodec/x86/vp8dsp_loopfilter.asm
+1584
-0
No files found.
libavcodec/x86/Makefile
View file @
1700b4e6
...
...
@@ -88,4 +88,5 @@ YASM-OBJS-$(CONFIG_VIDEODSP) += x86/videodsp.o
YASM-OBJS-$(CONFIG_VORBIS_DECODER)
+=
x86/vorbisdsp.o
YASM-OBJS-$(CONFIG_VP3DSP)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp6dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
\
x86/vp8dsp_loopfilter.o
libavcodec/x86/vp8dsp.asm
View file @
1700b4e6
This diff is collapsed.
Click to expand it.
libavcodec/x86/vp8dsp_loopfilter.asm
0 → 100644
View file @
1700b4e6
This diff is collapsed.
Click to expand it.
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