Chromium Code Reviews| Index: source/libvpx/vp8/encoder/rdopt.c |
| =================================================================== |
| --- source/libvpx/vp8/encoder/rdopt.c (revision 191054) |
| +++ source/libvpx/vp8/encoder/rdopt.c (working copy) |
| @@ -2512,9 +2512,6 @@ |
| x->rd_thresh_mult[best_mode_index]; |
| } |
| - /* Note how often each mode chosen as best */ |
| - cpi->mode_chosen_counts[best_mode_index] ++; |
| - |
| #if CONFIG_TEMPORAL_DENOISING |
| if (cpi->oxcf.noise_sensitivity) |
| { |