Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
8746b60c
Commit
8746b60c
authored
Dec 27, 2017
by
Debargha Mukherjee
Browse files
Correct partition_context lookup
BUG=aomedia:1180 Change-Id: I0da8b9f801fdac419a29c4113fa3606cfff8385a
parent
54c0a3cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/common_data.h
View file @
8746b60c
...
...
@@ -1054,8 +1054,8 @@ static const struct {
{
0
,
0
},
// 64X64 - {0b0000, 0b0000}
{
15
,
12
},
// 4X16 - {0b1111, 0b1100}
{
12
,
15
},
// 16X4 - {0b1100, 0b1111}
{
8
,
14
},
// 8X32 - {0b1110, 0b1000}
{
14
,
8
},
// 32X8 - {0b1000, 0b1110}
{
14
,
8
},
// 8X32 - {0b1110, 0b1000}
{
8
,
14
},
// 32X8 - {0b1000, 0b1110}
{
12
,
0
},
// 16X64- {0b1100, 0b0000}
{
0
,
12
},
// 64X16- {0b0000, 0b1100}
#endif // CONFIG_EXT_PARTITION
...
...
Write
Preview
Supports
Markdown
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