summaryrefslogtreecommitdiff
path: root/test/vp9_quantize_test.cc
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2022-07-25 10:58:44 -0700
committerScott LaVarnway <slavarnway@google.com>2022-07-27 10:59:49 -0700
commitce484db2110fc0a81f9d4e6c1a09d132e1e2b2b7 (patch)
tree516fa0ea50b7581e9285dcac5f48069b1199df0a /test/vp9_quantize_test.cc
parent9c09d36ee7ac5304c16bc567f3d370c6f96cc7be (diff)
downloadlibvpx-ce484db2110fc0a81f9d4e6c1a09d132e1e2b2b7.tar
libvpx-ce484db2110fc0a81f9d4e6c1a09d132e1e2b2b7.tar.gz
libvpx-ce484db2110fc0a81f9d4e6c1a09d132e1e2b2b7.tar.bz2
libvpx-ce484db2110fc0a81f9d4e6c1a09d132e1e2b2b7.zip
VPX: vp9_quantize_fp_avx2() cleanup.
No change in performance. Bug: b/237714063 Change-Id: I8ea42759cc4dc57be6a29c23784997cb90ad4090
Diffstat (limited to 'test/vp9_quantize_test.cc')
-rw-r--r--test/vp9_quantize_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vp9_quantize_test.cc b/test/vp9_quantize_test.cc
index 705f3f007..97998eb08 100644
--- a/test/vp9_quantize_test.cc
+++ b/test/vp9_quantize_test.cc
@@ -578,6 +578,8 @@ INSTANTIATE_TEST_SUITE_P(AVX, VP9QuantizeTest,
INSTANTIATE_TEST_SUITE_P(
AVX2, VP9QuantizeTest,
::testing::Values(
+ make_tuple(&QuantFPWrapper<vp9_quantize_fp_avx2>,
+ &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8, 16, true),
make_tuple(&vpx_highbd_quantize_b_avx2, &vpx_highbd_quantize_b_c,
VPX_BITS_8, 16, false),
make_tuple(&vpx_highbd_quantize_b_avx2, &vpx_highbd_quantize_b_c,