Commit effc1430 authored by Martin Storsjö's avatar Martin Storsjö

Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"

This reverts commit 81d7f0bb.

Instead of just benchmarking dc separately, test all relevant subparts
(in the next commit).
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 12ab667e
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment