Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
cc7ce531
Commit
cc7ce531
authored
Apr 24, 2013
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Apr 24, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add basic building blocks for 8x8 superblocks experiment." into experimental
parents
6579720e
94297863
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
configure
configure
+1
-0
vp9/common/vp9_enums.h
vp9/common/vp9_enums.h
+7
-0
No files found.
configure
View file @
cc7ce531
...
...
@@ -250,6 +250,7 @@ EXPERIMENT_LIST="
sbsegment
multiple_arf
code_zerogroup
sb8x8
"
CONFIG_LIST
=
"
external_build
...
...
vp9/common/vp9_enums.h
View file @
cc7ce531
...
...
@@ -14,6 +14,13 @@
#include "./vpx_config.h"
typedef
enum
BLOCK_SIZE_TYPE
{
#if CONFIG_SB8X8
BLOCK_SIZE_SB8X8
,
#if CONFIG_SBSEGMENT
BLOCK_SIZE_SB8X16
,
BLOCK_SIZE_SB16X8
,
#endif
#endif
BLOCK_SIZE_MB16X16
,
#if CONFIG_SBSEGMENT
BLOCK_SIZE_SB16X32
,
...
...
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