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
d2a4ddf9
Commit
d2a4ddf9
authored
Sep 30, 2013
by
Jim Bankoski
Committed by
Gerrit Code Review
Sep 30, 2013
Browse files
Merge "cpplint issue resolved in vp9_pred_common.h"
parents
cbdcc215
01d43aaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_pred_common.h
View file @
d2a4ddf9
...
...
@@ -69,8 +69,9 @@ unsigned char vp9_get_pred_context_comp_inter_inter(const VP9_COMMON *cm,
const
MACROBLOCKD
*
xd
);
static
INLINE
vp9_prob
vp9_get_pred_prob_comp_inter_inter
(
const
VP9_COMMON
*
cm
,
const
MACROBLOCKD
*
xd
)
{
static
INLINE
vp9_prob
vp9_get_pred_prob_comp_inter_inter
(
const
VP9_COMMON
*
cm
,
const
MACROBLOCKD
*
xd
)
{
const
int
pred_context
=
vp9_get_pred_context_comp_inter_inter
(
cm
,
xd
);
return
cm
->
fc
.
comp_inter_prob
[
pred_context
];
}
...
...
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