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
4d5b81a8
Commit
4d5b81a8
authored
12 years ago
by
Daniel Kang
Browse files
Options
Download
Patches
Plain Diff
Refactor RD to take same codepath for single and comp pred
Change-Id: Id38baf1b89648ef534e28be72f583137871f920c
parent
bd9e5ece
No related merge requests found
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
vp8/common/blockd.h
+1
-1
vp8/common/blockd.h
vp8/common/debugmodes.c
+2
-1
vp8/common/debugmodes.c
vp8/common/findnearmv.c
+7
-7
vp8/common/findnearmv.c
vp8/common/findnearmv.h
+4
-4
vp8/common/findnearmv.h
vp8/common/implicit_segmentation.c
+3
-2
vp8/common/implicit_segmentation.c
vp8/common/reconinter.c
+4
-4
vp8/common/reconinter.c
vp8/common/reconinter.h
+7
-0
vp8/common/reconinter.h
vp8/decoder/decodemv.c
+19
-21
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
+8
-12
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
+2
-2
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
+1
-1
vp8/encoder/onyx_if.c
vp8/encoder/rdopt.c
+181
-232
vp8/encoder/rdopt.c
with
239 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
Menu
Explore
Projects
Groups
Topics
Snippets