Fix vp10_accumulate_frame_counts once and for all.
This ensures the multi-threaded and single-threaded encoder/decoder always uses the same probability contexts. Change-Id: I6f1e7c6bd8808c390c1dc0a628ae97db3acedf6d
This commit is contained in:
@@ -167,7 +167,7 @@ void vp10_encode_tiles_mt(VP10_COMP *cpi) {
|
||||
|
||||
// Accumulate counters.
|
||||
if (i < cpi->num_workers - 1) {
|
||||
vp10_accumulate_frame_counts(cm, thread_data->td->counts, 0);
|
||||
vp10_accumulate_frame_counts(cm, thread_data->td->counts);
|
||||
accumulate_rd_opt(&cpi->td, thread_data->td);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user