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
9a1be8fa
Commit
9a1be8fa
authored
Nov 29, 2016
by
Jingning Han
Browse files
Remove unused table definitions
Change-Id: Idc44fa29c70c9bb63c9b04cfba679fd05d34fdff
parent
69f18e1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/common/common_data.h
View file @
9a1be8fa
...
...
@@ -562,27 +562,6 @@ static const int tx_size_2d[TX_SIZES_ALL] = {
32
,
32
,
128
,
128
,
512
,
512
,
};
static
const
uint8_t
tx_size_1d_log2
[
TX_SIZES
]
=
{
#if CONFIG_CB4X4
1
,
#endif
2
,
3
,
4
,
5
,
#if CONFIG_TX64X64
6
,
#endif // CONFIG_TX64X64
};
// TODO(jingning): Temporary table during the construction.
static
const
int
tx_size_1d_in_unit_log2
[
TX_SIZES
]
=
{
#if CONFIG_CB4X4
-
1
,
#endif
0
,
1
,
2
,
3
,
#if CONFIG_TX64X64
4
,
#endif // CONFIG_TX64X64
};
static
const
BLOCK_SIZE
txsize_to_bsize
[
TX_SIZES_ALL
]
=
{
#if CONFIG_CB4X4
BLOCK_4X4
,
// TX_2X2
...
...
av1/common/enums.h
View file @
9a1be8fa
...
...
@@ -99,7 +99,6 @@ typedef enum ATTRIBUTE_PACKED {
BLOCK_128X64
,
BLOCK_128X128
,
#endif // CONFIG_EXT_PARTITION
BLOCK_SIZES
,
BLOCK_INVALID
=
BLOCK_SIZES
,
BLOCK_LARGEST
=
(
BLOCK_SIZES
-
1
)
...
...
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