Skip to content
GitLab
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
18433aef
Commit
18433aef
authored
12 years ago
by
Ronald S. Bultje
Browse files
Options
Download
Patches
Plain Diff
Compound prediction for splitmv macroblocks.
Change-Id: I0af3395500b1cb0ed629249eb6636a0c9322cb18
parent
1cc406ab
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
vp8/common/blockd.h
+7
-1
vp8/common/blockd.h
vp8/common/debugmodes.c
+3
-1
vp8/common/debugmodes.c
vp8/common/filter.c
+70
-0
vp8/common/filter.c
vp8/common/findnearmv.h
+33
-2
vp8/common/findnearmv.h
vp8/common/generic/systemdependent.c
+2
-0
vp8/common/generic/systemdependent.c
vp8/common/mbpitch.c
+10
-3
vp8/common/mbpitch.c
vp8/common/reconinter.c
+255
-54
vp8/common/reconinter.c
vp8/common/reconinter.h
+1
-0
vp8/common/reconinter.h
vp8/common/subpixel.h
+12
-0
vp8/common/subpixel.h
vp8/decoder/decodemv.c
+88
-47
vp8/decoder/decodemv.c
vp8/decoder/decodframe.c
+4
-0
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
+35
-25
vp8/encoder/bitstream.c
vp8/encoder/block.h
+2
-0
vp8/encoder/block.h
vp8/encoder/encodeframe.c
+6
-0
vp8/encoder/encodeframe.c
vp8/encoder/firstpass.c
+27
-40
vp8/encoder/firstpass.c
vp8/encoder/mcomp.c
+3
-3
vp8/encoder/mcomp.c
vp8/encoder/onyx_if.c
+29
-0
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
+5
-1
vp8/encoder/onyx_int.h
vp8/encoder/rdopt.c
+262
-104
vp8/encoder/rdopt.c
vp8/encoder/temporal_filter.c
+6
-6
vp8/encoder/temporal_filter.c
with
860 additions
and
287 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