Add the multi-threaded first pass encoder unit test
authorYunqing Wang <yunqingwang@google.com>
Fri, 20 Jan 2017 17:15:15 +0000 (09:15 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 20 Jan 2017 18:06:24 +0000 (10:06 -0800)
commitb0d8a75e481dfb08d0125a3c1e26d116f44c0979
tree5c99230404ce490a18e6684c7704a140e317ec98
parent0f9760ab6f2cfbf7802ae5de305b7b94da7a8f02
Add the multi-threaded first pass encoder unit test

Added the multi-threaded first pass encoder unit test in VP9. The test is
to check if the new multi-threaded first pass encoder(namely, new-mt = 1)
still generates matching stats. In the unit test, the new-mt mode will be
turned on once the multi-threaded first pass implementation is checked in.

Change-Id: Ic21bb1a55c454f024cfd2b397a4c148cfe638218
test/encode_test_driver.cc
test/encode_test_driver.h
test/vp9_ethread_test.cc