summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-02-11 20:49:56 -0800
committerJames Zern <jzern@google.com>2016-02-16 22:57:44 -0800
commit72a9f06ac2f276d55fc1111012a9b35f6e30b711 (patch)
tree4fc5d3e647e65b1aefd30e06369162cf4ccfd076 /test
parentb1e97c6a25d53fb2e62e2fb857fbf146bb19cbd3 (diff)
downloadlibvpx-72a9f06ac2f276d55fc1111012a9b35f6e30b711.tar
libvpx-72a9f06ac2f276d55fc1111012a9b35f6e30b711.tar.gz
libvpx-72a9f06ac2f276d55fc1111012a9b35f6e30b711.tar.bz2
libvpx-72a9f06ac2f276d55fc1111012a9b35f6e30b711.zip
vpx_highbd_lpf_vertical_8: remove unused count param
Change-Id: Id16f7259897654831d31642c2d5e0bbe5e13416c
Diffstat (limited to 'test')
-rw-r--r--test/lpf_8_test.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lpf_8_test.cc b/test/lpf_8_test.cc
index e6fe1e508..c3b2c7807 100644
--- a/test/lpf_8_test.cc
+++ b/test/lpf_8_test.cc
@@ -479,8 +479,8 @@ INSTANTIATE_TEST_CASE_P(
&vpx_highbd_lpf_horizontal_16_c, 8, 1),
make_tuple(&vpx_highbd_lpf_horizontal_16_sse2,
&vpx_highbd_lpf_horizontal_16_c, 8, 2),
- make_tuple(&vpx_highbd_lpf_vertical_8_sse2,
- &vpx_highbd_lpf_vertical_8_c, 8, 1),
+ make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_8_sse2>,
+ &wrapper_nc<vpx_highbd_lpf_vertical_8_c>, 8, 1),
make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_16_sse2>,
&wrapper_nc<vpx_highbd_lpf_vertical_16_c>, 8, 1),
make_tuple(&vpx_highbd_lpf_horizontal_4_sse2,
@@ -493,8 +493,8 @@ INSTANTIATE_TEST_CASE_P(
&vpx_highbd_lpf_horizontal_16_c, 10, 1),
make_tuple(&vpx_highbd_lpf_horizontal_16_sse2,
&vpx_highbd_lpf_horizontal_16_c, 10, 2),
- make_tuple(&vpx_highbd_lpf_vertical_8_sse2,
- &vpx_highbd_lpf_vertical_8_c, 10, 1),
+ make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_8_sse2>,
+ &wrapper_nc<vpx_highbd_lpf_vertical_8_c>, 10, 1),
make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_16_sse2>,
&wrapper_nc<vpx_highbd_lpf_vertical_16_c>, 10, 1),
make_tuple(&vpx_highbd_lpf_horizontal_4_sse2,
@@ -507,8 +507,8 @@ INSTANTIATE_TEST_CASE_P(
&vpx_highbd_lpf_horizontal_16_c, 12, 1),
make_tuple(&vpx_highbd_lpf_horizontal_16_sse2,
&vpx_highbd_lpf_horizontal_16_c, 12, 2),
- make_tuple(&vpx_highbd_lpf_vertical_8_sse2,
- &vpx_highbd_lpf_vertical_8_c, 12, 1),
+ make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_8_sse2>,
+ &wrapper_nc<vpx_highbd_lpf_vertical_8_c>, 12, 1),
make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_16_sse2>,
&wrapper_nc<vpx_highbd_lpf_vertical_16_c>, 12, 1),
make_tuple(&wrapper_nc<vpx_highbd_lpf_vertical_16_dual_sse2>,