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
e7230e9f
Commit
e7230e9f
authored
Oct 21, 2016
by
Jingning Han
Browse files
Fix comment typo in common_data.h
"varios" -> "various" Change-Id: If91a462dc009f701c48c2cfd7965cd71f61f2970
parent
2d64f125
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/common_data.h
View file @
e7230e9f
...
...
@@ -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
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