summaryrefslogtreecommitdiff
path: root/test/decode_perf_test.cc
AgeCommit message (Expand)AuthorFilesLines
2020-07-27NULL -> nullptr in CPP filesJerome Jiang1-5/+5
2020-06-18update googletest to v1.10.0James Zern1-4/+4
2018-12-07test/*: use std::*tupleJames Zern1-2/+4
2018-10-02Change the frame used to set up encoder in tests to 0.chiyotsai1-1/+1
2018-03-28test: use testing::*tuple instead of std::tr1James Zern1-2/+2
2016-08-05*_perf_test.cc: correct DoDecode signatureJames Zern1-2/+1
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format1-2/+4
2016-07-27test: apply clang-formatclang-format1-26/+13
2014-12-23assert that the write writes the whole packetJim Bankoski1-1/+2
2014-12-19Resolve several style issues in decode_perf_testJim Bankoski1-8/+9
2014-12-09Adds a decode perf test that builds a new file.Jim Bankoski1-0/+163
2014-08-22tests: use vpx_codec_dec_cfg_t() to initialize varsJames Zern1-1/+1
2014-07-25Encode perf testJoshua Litt1-0/+1
2014-07-18decode_perf_test: drop '_t' from local typenamesJames Zern1-3/+3
2014-07-16New decode perf test filesJoshua Litt1-0/+2
2013-12-18test/decode_perf_test: fix msvc buildTom Finegan1-1/+1
2013-11-18Decoder performance test added to unit testsJoshua Litt1-0/+105