summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2020-07-21 16:13:39 -0700
committerJerome Jiang <jianj@google.com>2020-07-23 09:22:43 -0700
commit7a92a785f233138dcb88c789ada16adec38fb0d2 (patch)
tree3b1cde535fbbc7be5bec72a6a757ee7340cbcc2a /test/dct16x16_test.cc
parentfbfd3fdfb7fa136debada4d4fd65825c80d19db9 (diff)
downloadlibvpx-7a92a785f233138dcb88c789ada16adec38fb0d2.tar
libvpx-7a92a785f233138dcb88c789ada16adec38fb0d2.tar.gz
libvpx-7a92a785f233138dcb88c789ada16adec38fb0d2.tar.bz2
libvpx-7a92a785f233138dcb88c789ada16adec38fb0d2.zip
Silience warnings about uninitiated test cases
BUG=b/159031848 Change-Id: I6bb88c24bd08e0590ec6b8ebfb696fd9b07ed011
Diffstat (limited to 'test/dct16x16_test.cc')
-rw-r--r--test/dct16x16_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc
index d586db720..321c66e4e 100644
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -714,6 +714,7 @@ TEST_P(Trans16x16HT, QuantCheck) {
RunQuantCheck(429, 729);
}
+#if HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
class InvTrans16x16DCT : public Trans16x16TestBase,
public ::testing::TestWithParam<Idct16x16Param> {
public:
@@ -743,6 +744,7 @@ class InvTrans16x16DCT : public Trans16x16TestBase,
TEST_P(InvTrans16x16DCT, CompareReference) {
CompareInvReference(ref_txfm_, thresh_);
}
+#endif // HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
using std::make_tuple;