]> granicus.if.org Git - libvpx/commit
vpx_dec_fuzzer: Unify single and multi-thread tests
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Wed, 14 Nov 2018 20:00:01 +0000 (12:00 -0800)
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Wed, 14 Nov 2018 21:06:14 +0000 (21:06 +0000)
commit07de398172086c71ac778f46c3f6693d2beafde3
treecd5c78e1252fe83889d433fcac9adcc219b1cb42
parent6cb8d8a2b1be08b51f65bf38ce1e699698315138
vpx_dec_fuzzer: Unify single and multi-thread tests

As thread count is now randomized, serial and threaded modes can be
combined to a single binary.
With this change, threads takes values between 1 to 64 and tests both
single thread and multi-thread variants of the decoders

Change-Id: I6dd2a3aa03bff9c0e2c126843b543d46892be696
examples/vpx_dec_fuzzer.cc