Skip to content
GitLab
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
5f221e7a
Commit
5f221e7a
authored
May 10, 2013
by
John Koleszar
Committed by
Gerrit Code Review
May 10, 2013
Browse files
Merge "Fix token allocation for non-4:2:0" into experimental
parents
998b540f
da5054c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_onyxc_int.h
View file @
5f221e7a
...
...
@@ -329,6 +329,6 @@ static int get_mi_col(const MACROBLOCKD *xd) {
}
static
int
get_token_alloc
(
int
mb_rows
,
int
mb_cols
)
{
return
mb_rows
*
mb_cols
*
(
2
4
*
16
+
4
);
return
mb_rows
*
mb_cols
*
(
4
8
*
16
+
4
);
}
#endif // VP9_COMMON_VP9_ONYXC_INT_H_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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