Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
67cf85b8
Commit
67cf85b8
authored
Oct 21, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 21, 2016
Browse files
Merge "Remove duplicate code" into nextgenv2
parents
e4abb97b
68cb657e
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/common_data.h
View file @
67cf85b8
...
...
@@ -859,8 +859,4 @@ static const int partition_supertx_context_lookup[PARTITION_TYPES] = { -1, 0, 0,
}
// extern "C"
#endif
static
const
int
tx_size_1d
[
TX_SIZES
]
=
{
4
,
8
,
16
,
32
};
static
const
int
tx_size_2d
[
TX_SIZES
]
=
{
16
,
64
,
256
,
1024
};
#endif // AV1_COMMON_COMMON_DATA_H_
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