summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-09-04 14:26:30 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-09-04 14:26:30 -0700
commit490943552f61382d29069d934e764f78430ba5e8 (patch)
tree7e81f4ed239a38a872b2dff832fc00f2019c814e /vp9/common
parent27db51c6025af11521475f0ad0716d798107c9d8 (diff)
downloadlibvpx-490943552f61382d29069d934e764f78430ba5e8.tar
libvpx-490943552f61382d29069d934e764f78430ba5e8.tar.gz
libvpx-490943552f61382d29069d934e764f78430ba5e8.tar.bz2
libvpx-490943552f61382d29069d934e764f78430ba5e8.zip
Removing unused function prototypes.
Change-Id: Ia5e383e2cf18052f6f1eacf8b9495ab8e4d58878
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index f2a3eef7e..fe5339869 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -284,15 +284,6 @@ specialize qw/vp9_plane_add_noise mmx sse2/;
$vp9_plane_add_noise_sse2=vp9_plane_add_noise_wmt;
}
-add_proto qw/void vp9_blend_mb_inner/, "uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride";
-specialize qw/vp9_blend_mb_inner/;
-
-add_proto qw/void vp9_blend_mb_outer/, "uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride";
-specialize qw/vp9_blend_mb_outer/;
-
-add_proto qw/void vp9_blend_b/, "uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride";
-specialize qw/vp9_blend_b/;
-
#
# Sub Pixel Filters
#