Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
958077ab
Commit
958077ab
authored
Oct 22, 2016
by
Jingning Han
Committed by
Gerrit Code Review
Oct 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix comment typo in common_data.h" into nextgenv2
parents
8dbf0fd6
e7230e9f
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 @
958077ab
...
...
@@ -41,7 +41,7 @@ static const uint8_t mi_height_log2_lookup[BLOCK_SIZES] = {
0
,
0
,
0
,
0
,
1
,
0
,
1
,
2
,
1
,
2
,
3
,
2
,
3
,
IF_EXT_PARTITION
(
4
,
3
,
4
)
};
// Width/height lookup tables in units of varios block sizes
// Width/height lookup tables in units of vario
u
s block sizes
static
const
uint8_t
num_4x4_blocks_wide_lookup
[
BLOCK_SIZES
]
=
{
1
,
1
,
2
,
2
,
2
,
4
,
4
,
4
,
8
,
8
,
8
,
16
,
16
,
IF_EXT_PARTITION
(
16
,
32
,
32
)
};
...
...
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