Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
94297863
Commit
94297863
authored
Apr 23, 2013
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add basic building blocks for 8x8 superblocks experiment.
Change-Id: I274a1d2e461e6ffdb106bac4ad6951692ace314e
parent
5ba98ebc
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 @
94297863
...
...
@@ -250,6 +250,7 @@ EXPERIMENT_LIST="
sbsegment
multiple_arf
code_zerogroup
sb8x8
"
CONFIG_LIST
=
"
external_build
...
...
vp9/common/vp9_enums.h
View file @
94297863
...
...
@@ -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