summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-11-18 10:09:12 +0200
committerMartin Storsjö <martin@martin.st>2016-11-23 23:55:26 +0200
commiteffc1430b2fe5997d9d55bf28dc507c27125eb27 (patch)
tree39bed30514aadda6d135a11e522d59942c703a20 /tests
parent12ab667e219e7fbf8e9aef3731039b75c822df25 (diff)
downloadffmpeg-streaming-effc1430b2fe5997d9d55bf28dc507c27125eb27.zip
ffmpeg-streaming-effc1430b2fe5997d9d55bf28dc507c27125eb27.tar.gz
Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"
This reverts commit 81d7f0bbca837afda1f7e60d3ae52ab1360ab44b. Instead of just benchmarking dc separately, test all relevant subparts (in the next commit). Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/vp9dsp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/checkasm/vp9dsp.c b/tests/checkasm/vp9dsp.c
index b9d1c73..690e0cf 100644
--- a/tests/checkasm/vp9dsp.c
+++ b/tests/checkasm/vp9dsp.c
@@ -297,12 +297,6 @@ static void check_itxfm(void)
}
bench_new(dst, sz * SIZEOF_PIXEL, coef, sz * sz);
}
- if (txtp == 0 && tx != 4) {
- if (check_func(dsp.itxfm_add[tx][txtp], "vp9_inv_%s_%dx%d_dc_add",
- txtp_types[txtp], sz, sz)) {
- bench_new(dst, sz * SIZEOF_PIXEL, coef, 1);
- }
- }
}
}
report("itxfm");
OpenPOWER on IntegriCloud