summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
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 /vpx_dsp/vpx_dsp_rtcd_defs.pl
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 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index 36c89db8f..52cd6a889 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -572,7 +572,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
add_proto qw/void vpx_highbd_lpf_vertical_16_dual/, "uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd";
specialize qw/vpx_highbd_lpf_vertical_16_dual sse2/;
- add_proto qw/void vpx_highbd_lpf_vertical_8/, "uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd";
+ add_proto qw/void vpx_highbd_lpf_vertical_8/, "uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd";
specialize qw/vpx_highbd_lpf_vertical_8 sse2/;
add_proto qw/void vpx_highbd_lpf_vertical_8_dual/, "uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd";