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
c9f10736
Commit
c9f10736
authored
Sep 01, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tx_size_1d_in_unit table
Change-Id: I096d3f1310116ab87eaa769cdcedf400f6d62dbb
parent
f46b118c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
av1/common/common_data.h
av1/common/common_data.h
+2
-0
No files found.
av1/common/common_data.h
View file @
c9f10736
...
...
@@ -116,6 +116,8 @@ static const int tx_size_1d[TX_SIZES] = { 4, 8, 16, 32 };
static
const
uint8_t
tx_size_1d_log2
[
TX_SIZES
]
=
{
2
,
3
,
4
,
5
};
static
const
int
tx_size_1d_in_unit
[
TX_SIZES
]
=
{
1
,
2
,
4
,
8
};
static
const
TX_SIZE
max_txsize_lookup
[
BLOCK_SIZES
]
=
{
TX_4X4
,
TX_4X4
,
TX_4X4
,
TX_8X8
,
TX_8X8
,
TX_8X8
,
TX_16X16
,
TX_16X16
,
TX_16X16
,
TX_32X32
,
TX_32X32
,
TX_32X32
,
TX_32X32
...
...
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