Merge "Bug fix: use correct count_mb_ref_frame_usage"

This commit is contained in:
Scott LaVarnway 2012-12-11 11:00:53 -08:00 committed by Gerrit Code Review
commit fd671152bc

View File

@ -895,7 +895,7 @@ void vp8_encode_frame(VP8_COMP *cpi)
for(c_idx = 0; c_idx < MAX_REF_FRAMES; c_idx++)
cpi->mb.count_mb_ref_frame_usage[c_idx] +=
x->count_mb_ref_frame_usage[c_idx];
cpi->mb_row_ei[i].mb.count_mb_ref_frame_usage[c_idx];
for(c_idx = 0; c_idx < MAX_ERROR_BINS; c_idx++)
cpi->mb.error_bins[c_idx] +=