Merge "A bug fix related to switchable filters" into experimental
This commit is contained in:
commit
f09c4cde85
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user