Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
6b66c01c
Commit
6b66c01c
authored
13 years ago
by
Jim Bankoski
Committed by
Gerrit Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "Adds a motion compensated temporal denoiser to the encoder."
parents
e9cacfd6
9c41143d
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
configure
+4
-0
configure
vp8/common/alloccommon.c
+0
-1
vp8/common/alloccommon.c
vp8/common/blockd.h
+6
-0
vp8/common/blockd.h
vp8/common/postproc.c
+2
-0
vp8/common/postproc.c
vp8/encoder/denoising.c
+212
-0
vp8/encoder/denoising.c
vp8/encoder/denoising.h
+33
-0
vp8/encoder/denoising.h
vp8/encoder/encodeframe.c
+7
-0
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
+21
-2
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
+7
-0
vp8/encoder/onyx_int.h
vp8/encoder/pickinter.c
+114
-37
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c
+314
-197
vp8/encoder/rdopt.c
vp8/vp8_cx_iface.c
+7
-1
vp8/vp8_cx_iface.c
vp8/vp8cx.mk
+2
-0
vp8/vp8cx.mk
with
729 additions
and
238 deletions
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets