summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-04-29 16:25:28 -0700
committerYaowu Xu <yaowu@google.com>2015-04-29 16:58:59 -0700
commit486a73a9ce6983671280d883a3bf19558ec3102e (patch)
tree63e2ab53105ecf992af99234702a0d21bf90af6f /test
parent6686e4411db8c20dca5f315a55cc0db071892846 (diff)
downloadlibvpx-486a73a9ce6983671280d883a3bf19558ec3102e.tar
libvpx-486a73a9ce6983671280d883a3bf19558ec3102e.tar.gz
libvpx-486a73a9ce6983671280d883a3bf19558ec3102e.tar.bz2
libvpx-486a73a9ce6983671280d883a3bf19558ec3102e.zip
Disable ssse3 version idct16x16_256_add()
The version is currently producing different result from c version for some input. Disable the use of it for now to allow time for investigation the source of mismatch. Change-Id: Id039455494ee531db4886a9f1fa4761174ef6df3
Diffstat (limited to 'test')
-rw-r--r--test/dct16x16_test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc
index 418c9261d..a1ad7d236 100644
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -933,12 +933,4 @@ INSTANTIATE_TEST_CASE_P(
make_tuple(&idct16x16_12,
&idct16x16_256_add_12_sse2, 3167, VPX_BITS_12)));
#endif // HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
-
-#if HAVE_SSSE3 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
-INSTANTIATE_TEST_CASE_P(
- SSSE3, Trans16x16DCT,
- ::testing::Values(
- make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_ssse3, 0,
- VPX_BITS_8)));
-#endif // HAVE_SSSE3 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
} // namespace