summaryrefslogtreecommitdiff
path: root/tests/checkasm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-04 15:26:18 -0300
committerJames Almer <jamrial@gmail.com>2017-04-04 15:26:18 -0300
commit6747fc436e05c4005d0612a275c996c72b7c2736 (patch)
tree394fc2e009692d6a11bb0ba062a4750fffca8bd3 /tests/checkasm
parentcaf3c5b27f031ee9d6ddaf2c7cc53d47f8f6b185 (diff)
parenteffc1430b2fe5997d9d55bf28dc507c27125eb27 (diff)
Merge commit 'effc1430b2fe5997d9d55bf28dc507c27125eb27'
* commit 'effc1430b2fe5997d9d55bf28dc507c27125eb27': Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately" Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm')
-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 337ab218d5..a91577b94e 100644
--- a/tests/checkasm/vp9dsp.c
+++ b/tests/checkasm/vp9dsp.c
@@ -368,12 +368,6 @@ static void check_itxfm(void)
bench_new(dst, sz * SIZEOF_PIXEL, coef, eob);
}
}
- if (txtp == 0 && tx != 4) {
- if (check_func(dsp.itxfm_add[tx][txtp], "vp9_inv_%s_%dx%d_dc_add_%d",
- txtp_types[txtp], sz, sz, bit_depth)) {
- bench_new(dst, sz * SIZEOF_PIXEL, coef, 1);
- }
- }
}
}
}