summaryrefslogtreecommitdiff
path: root/examples/vpx_dec_fuzzer.cc
AgeCommit message (Collapse)Author
2018-11-14vpx_dec_fuzzer: Unify single and multi-thread testsHarish Mahendrakar
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
2018-11-14Added libFuzzer plugin to test decodersHarish Mahendrakar
vpx_dec_fuzzer.cc can be built with clang++ to generate fuzzer binary Build instructions are part of the file Change-Id: I19ba0bd49b236e27b27e81a83f6de59f15bdc994