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
60b2927d
Commit
60b2927d
authored
Sep 22, 2016
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Sep 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix bug in table for UV tx ize" into nextgenv2
parents
6062a8bf
6de06dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/common_data.h
av1/common/common_data.h
+1
-1
No files found.
av1/common/common_data.h
View file @
60b2927d
...
...
@@ -578,7 +578,7 @@ static const TX_SIZE uv_txsize_lookup[BLOCK_SIZES][TX_SIZES_ALL][2][2] = {
{
// BLOCK_8X8
{
{
TX_4X4
,
TX_4X4
},
{
TX_4X4
,
TX_4X4
}
},
{
{
TX_8X8
,
TX_
8X8
},
{
TX_4X4
,
TX_4X4
}
},
{
{
TX_8X8
,
TX_
4X4
},
{
TX_4X4
,
TX_4X4
}
},
{
{
TX_8X8
,
TX_8X8
},
{
TX_4X4
,
TX_4X4
}
},
{
{
TX_8X8
,
TX_8X8
},
{
TX_4X4
,
TX_4X4
}
},
#if CONFIG_EXT_TX
...
...
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