Accumulate tx_totals counters in multi-threaded encoder
authorYunqing Wang <yunqingwang@google.com>
Tue, 10 Mar 2015 16:53:45 +0000 (09:53 -0700)
committerYunqing Wang <yunqingwang@google.com>
Tue, 10 Mar 2015 17:02:49 +0000 (10:02 -0700)
commitf0cf9719d0c3eee99431ef313a5aaf817f22b5af
tree33b0b817e38e9875c28f1b5d9ab3c0e060f0b7c8
parent6eaca27df21d2bd8da1c063c484b5f5c28621d3a
Accumulate tx_totals counters in multi-threaded encoder

Tx_totals counters weren't handled correctly in multi-thread
case, which caused the mismatch while encoding using threads > 1.
This patch fixed that.

Change-Id: Ice9b0386f57175fb92a0bdcd5042686a3106246a
vp9/common/vp9_thread_common.c