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
be7d4f96
Commit
be7d4f96
authored
May 03, 2013
by
Scott LaVarnway
Committed by
Gerrit Code Review
May 03, 2013
Browse files
Merge "Removed is_inter_mode() check" into experimental
parents
3041cf8c
37c3144e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodemv.c
View file @
be7d4f96
...
...
@@ -703,11 +703,9 @@ static void read_mb_modes_mv(VP9D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi,
#endif
}
if
(
is_inter_mode
(
mbmi
->
mode
))
{
mbmi
->
interp_filter
=
cm
->
mcomp_filter_type
==
SWITCHABLE
?
read_switchable_filter_type
(
pbi
,
r
)
:
cm
->
mcomp_filter_type
;
}
mbmi
->
interp_filter
=
cm
->
mcomp_filter_type
==
SWITCHABLE
?
read_switchable_filter_type
(
pbi
,
r
)
:
cm
->
mcomp_filter_type
;
if
(
cm
->
comp_pred_mode
==
COMP_PREDICTION_ONLY
||
(
cm
->
comp_pred_mode
==
HYBRID_PREDICTION
&&
...
...
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