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
a2d46434
Commit
a2d46434
authored
Apr 24, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 24, 2013
Browse files
Merge "Fixing PRED_SWITCHABLE_INTERP case in vp9_get_pred_context function." into experimental
parents
ff2b8aa2
bd994ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_pred_common.c
View file @
a2d46434
...
...
@@ -66,7 +66,7 @@ unsigned char vp9_get_pred_context(const VP9_COMMON *const cm,
VP9_SWITCHABLE_FILTERS
;
// above
const
int
above_in_image
=
above_mi
->
mbmi
.
mb_in_image
;
const
int
above_in_image
=
xd
->
up_available
&&
above_mi
->
mbmi
.
mb_in_image
;
const
int
above_mv_pred
=
above_mi
->
mbmi
.
mode
>=
NEARESTMV
&&
above_mi
->
mbmi
.
mode
<=
SPLITMV
;
const
int
above_interp
=
above_in_image
&&
above_mv_pred
?
...
...
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