Merge "update_state_supertx: rename a shadowed variable" into nextgenv2
This commit is contained in:
@@ -1327,8 +1327,8 @@ static void update_state_supertx(const AV1_COMP *const cpi, ThreadData *td,
|
|||||||
#if CONFIG_DUAL_FILTER
|
#if CONFIG_DUAL_FILTER
|
||||||
update_filter_type_count(td->counts, xd, mbmi);
|
update_filter_type_count(td->counts, xd, mbmi);
|
||||||
#else
|
#else
|
||||||
const int ctx = av1_get_pred_context_switchable_interp(xd);
|
const int pred_ctx = av1_get_pred_context_switchable_interp(xd);
|
||||||
++td->counts->switchable_interp[ctx][mbmi->interp_filter];
|
++td->counts->switchable_interp[pred_ctx][mbmi->interp_filter];
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user