Fix a build issue for --enable-intern-stats
Change-Id: Iea7c9fa0726dbf9792eea79e6a05eb8a3c718d45
This commit is contained in:
parent
96dc80da61
commit
6f81942f0e
@ -1075,7 +1075,7 @@ static void update_state_rt(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
|
||||
THR_D63_PRED /*D63_PRED*/,
|
||||
THR_TM /*TM_PRED*/,
|
||||
};
|
||||
cpi->mode_chosen_counts[kf_mode_index[mi->mbmi.mode]]++;
|
||||
++cpi->mode_chosen_counts[kf_mode_index[mbmi->mode]];
|
||||
#endif
|
||||
} else {
|
||||
// Note how often each mode chosen as best
|
||||
|
Loading…
x
Reference in New Issue
Block a user