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
7f8cbda3
Commit
7f8cbda3
authored
11 years ago
by
Ronald S. Bultje
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Grow MODE_INFO array to use an 8x8 basis." into experimental
parents
9e23bd5d
1a46b30e
Changes
26
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
vp9/common/vp9_alloccommon.c
+10
-6
vp9/common/vp9_alloccommon.c
vp9/common/vp9_blockd.h
+27
-17
vp9/common/vp9_blockd.h
vp9/common/vp9_entropy.h
+2
-1
vp9/common/vp9_entropy.h
vp9/common/vp9_entropymode.c
+3
-3
vp9/common/vp9_entropymode.c
vp9/common/vp9_enums.h
+9
-0
vp9/common/vp9_enums.h
vp9/common/vp9_loopfilter.c
+24
-23
vp9/common/vp9_loopfilter.c
vp9/common/vp9_mvref_common.c
+35
-19
vp9/common/vp9_mvref_common.c
vp9/common/vp9_onyxc_int.h
+21
-18
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_pred_common.c
+26
-31
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
+2
-2
vp9/common/vp9_pred_common.h
vp9/common/vp9_reconinter.c
+9
-9
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconinter.h
+18
-16
vp9/common/vp9_reconinter.h
vp9/common/vp9_reconintra.c
+8
-8
vp9/common/vp9_reconintra.c
vp9/common/vp9_tile_common.c
+14
-10
vp9/common/vp9_tile_common.c
vp9/decoder/vp9_decodemv.c
+37
-41
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
+58
-52
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
+36
-47
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
+297
-206
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
+4
-4
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_firstpass.c
+6
-3
vp9/encoder/vp9_firstpass.c
with
646 additions
and
516 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