summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShiyou Yin <yinshiyou-hf@loongson.cn>2017-10-12 00:33:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-12 00:33:17 +0000
commitbc4098a8e969f1ab3281a801a4ba3b78d788cec3 (patch)
treec8461ee0c1381fdaa24bbaf73be176fc78682427 /test
parent72c69e14ad7b5375fed113c025dca70d20fcaf0a (diff)
parente8ed2bb76258f5d0d2def256b43ed6938b6d6a45 (diff)
downloadlibvpx-bc4098a8e969f1ab3281a801a4ba3b78d788cec3.tar
libvpx-bc4098a8e969f1ab3281a801a4ba3b78d788cec3.tar.gz
libvpx-bc4098a8e969f1ab3281a801a4ba3b78d788cec3.tar.bz2
libvpx-bc4098a8e969f1ab3281a801a4ba3b78d788cec3.zip
Merge "vp8: [loongson] optimize quantize with mmi"
Diffstat (limited to 'test')
-rw-r--r--test/quantize_test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/quantize_test.cc b/test/quantize_test.cc
index 69da8994c..40bb2642e 100644
--- a/test/quantize_test.cc
+++ b/test/quantize_test.cc
@@ -200,4 +200,12 @@ INSTANTIATE_TEST_CASE_P(
make_tuple(&vp8_fast_quantize_b_msa, &vp8_fast_quantize_b_c),
make_tuple(&vp8_regular_quantize_b_msa, &vp8_regular_quantize_b_c)));
#endif // HAVE_MSA
+
+#if HAVE_MMI
+INSTANTIATE_TEST_CASE_P(
+ MMI, QuantizeTest,
+ ::testing::Values(
+ make_tuple(&vp8_fast_quantize_b_mmi, &vp8_fast_quantize_b_c),
+ make_tuple(&vp8_regular_quantize_b_mmi, &vp8_regular_quantize_b_c)));
+#endif // HAVE_MMI
} // namespace