shithub: libvpx

Download patch

ref: 318ca07657507e464556ffb909c28856eb6e1d13
parent: e7db593a464d522ad22dadefaa80027cb19615f1
author: Yunqing Wang <yunqingwang@google.com>
date: Mon Feb 13 07:29:31 EST 2017

The bitstream bit match test in multi-threaded encoder

While the new-mt mode is enabled(namely, allowing to use row-based
multi-threading in encoder), several speed features that adaptively
adjust encoding parameters during encoding would cause mismatch
between single-thread encoded bitstream and multi-thread encoded
bitstream. This patch provides a set_control API to disable these
features, so that the bit match bitstream is obtained in the unit
test.

Change-Id: Ie9868bafdfe196296d1dd29e0dca517f6a9a4d60