Fix a minor typo

a wrong variable.

Change-Id: I9fa02621dbdc508a12ba1ef9c8f98dbeab68e958
This commit is contained in:
Yaowu Xu 2016-01-22 10:57:16 -08:00
parent 307c84c352
commit 2ab58d812f

View File

@ -1104,7 +1104,7 @@ static void update_state(VP9_COMP *cpi, ThreadData *td,
THR_D63_PRED /*D63_PRED*/,
THR_TM /*TM_PRED*/,
};
++cpi->mode_chosen_counts[kf_mode_index[mi->mode]];
++cpi->mode_chosen_counts[kf_mode_index[xdmi->mode]];
} else {
// Note how often each mode chosen as best
++cpi->mode_chosen_counts[ctx->best_mode_index];