]> granicus.if.org Git - libvpx/commitdiff
quantize: add untested function
authorJohann <johann.koenig@gmail.com>
Sat, 24 Sep 2022 01:55:52 +0000 (10:55 +0900)
committerJohann <johann.koenig@gmail.com>
Sat, 24 Sep 2022 01:56:17 +0000 (10:56 +0900)
vp9_quantize_fp_sse2 was only tested in non-hbd
configuration. Missed when fixing this for
vpx_quantize_b_sse2.

Change-Id: Ide346e5727d74281c774f605c90d280050e0bf62

test/vp9_quantize_test.cc

index a81775fd94001a2fd5e69e7ce64afc20b6708cd8..7bb0bee5129e00ed6a3ddd3a33c388b20ac99511 100644 (file)
@@ -512,6 +512,8 @@ INSTANTIATE_TEST_SUITE_P(
     ::testing::Values(
         make_tuple(&vpx_quantize_b_sse2, &vpx_quantize_b_c, VPX_BITS_8, 16,
                    false),
+        make_tuple(&QuantFPWrapper<vp9_quantize_fp_sse2>,
+                   &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8, 16, true),
         make_tuple(&vpx_highbd_quantize_b_sse2, &vpx_highbd_quantize_b_c,
                    VPX_BITS_8, 16, false),
         make_tuple(&vpx_highbd_quantize_b_sse2, &vpx_highbd_quantize_b_c,