]> granicus.if.org Git - libvpx/commit
PartialIDctTest: reduce number of RunQuantCheck iterations
authorJohann <johannkoenig@google.com>
Mon, 23 Jan 2017 21:30:37 +0000 (13:30 -0800)
committerJohann <johannkoenig@google.com>
Mon, 23 Jan 2017 21:32:09 +0000 (13:32 -0800)
commit270fadc135b2005a6f23a87ab0f27ddb93cdc5e8
tree101423e411c7aa0a674323a7265228025f54fa5a
parentf38ed0c560e492ffa4457127bdffb3638fcb4156
PartialIDctTest: reduce number of RunQuantCheck iterations

This currently runs 1000 * 1000 = one *million* times which is quite
unnecessary. It's one of the slowest items in Jenkins and takes over an
hour for each of the larger transforms.

Change-Id: I01653b5e610683e1a2d778ec60cf5065562ab8db
test/partial_idct_test.cc