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
1700b4e6
Commit
1700b4e6
authored
Oct 29, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: vp8dsp: Split loopfilter code into a separate file
parent
056fd4fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1586 additions
and
1556 deletions
+1586
-1556
Makefile
libavcodec/x86/Makefile
+2
-1
vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+0
-1555
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