Merge "update_state_supertx: rename a shadowed variable" into nextgenv2

This commit is contained in:
Yaowu Xu
2016-10-25 16:04:32 +00:00
committed by Gerrit Code Review

View File

@@ -1327,8 +1327,8 @@ static void update_state_supertx(const AV1_COMP *const cpi, ThreadData *td,
#if CONFIG_DUAL_FILTER
update_filter_type_count(td->counts, xd, mbmi);
#else
const int ctx = av1_get_pred_context_switchable_interp(xd);
++td->counts->switchable_interp[ctx][mbmi->interp_filter];
const int pred_ctx = av1_get_pred_context_switchable_interp(xd);
++td->counts->switchable_interp[pred_ctx][mbmi->interp_filter];
#endif
}