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
f09c4cde
Commit
f09c4cde
authored
Dec 10, 2012
by
Deb Mukherjee
Committed by
Gerrit Code Review
Dec 10, 2012
Browse files
Merge "A bug fix related to switchable filters" into experimental
parents
d1244659
14a38a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
f09c4cde
...
...
@@ -582,6 +582,7 @@ static void update_state(VP9_COMP *cpi, MACROBLOCK *x,
++
cpi
->
interintra_count
[
0
];
}
}
#endif
if
(
cpi
->
common
.
mcomp_filter_type
==
SWITCHABLE
&&
mbmi
->
mode
>=
NEARESTMV
&&
mbmi
->
mode
<=
SPLITMV
)
{
...
...
@@ -589,7 +590,6 @@ static void update_state(VP9_COMP *cpi, MACROBLOCK *x,
[
vp9_get_pred_context
(
&
cpi
->
common
,
xd
,
PRED_SWITCHABLE_INTERP
)]
[
vp9_switchable_interp_map
[
mbmi
->
interp_filter
]];
}
#endif
cpi
->
prediction_error
+=
ctx
->
distortion
;
cpi
->
intra_error
+=
ctx
->
intra_error
;
...
...
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