]> granicus.if.org Git - libvpx/commit
Modify the encoder multi-thread unit test
authorYunqing Wang <yunqingwang@google.com>
Tue, 25 Oct 2016 17:47:21 +0000 (10:47 -0700)
committerYunqing Wang <yunqingwang@google.com>
Tue, 25 Oct 2016 18:35:01 +0000 (11:35 -0700)
commitc327b3f0b04f9d99756d0ef208b2d9e025958e64
tree94d4020c6fee10c67ab3241482ceb414a4c41f11
parentc192def8f3433d6713824fd31e76e9fa58cfd7f9
Modify the encoder multi-thread unit test

Modified the encoder multi-thread test so that it included cpu-used=0 and
frame-parallel=0.

frame_parallel_decoding_mode is 1 by default, which disables probability
updating and gives lower encoding quality. Current VP9 multi-threading
encoder and decoder support probability updating. To test this part, we
should turn on it in the unit test, namely, setting frame-parallel to 0.

Change-Id: Ia1f86e01f0de628f50d819ae31509de3e1b6c755
test/vp9_ethread_test.cc