summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-03-11 13:01:02 -0500
committerJohn Koleszar <jkoleszar@google.com>2011-03-21 07:53:53 -0400
commit2cbd9620880a4335aef7e4b6befe1d334893930f (patch)
tree6f69ee3081a47aedd6e142697ccbbdd43a91d4e0 /vp8/encoder/x86
parent769c74c0acdaae76e90a8179f527383dd4c9f3e5 (diff)
downloadlibvpx-2cbd9620880a4335aef7e4b6befe1d334893930f.tar
libvpx-2cbd9620880a4335aef7e4b6befe1d334893930f.tar.gz
libvpx-2cbd9620880a4335aef7e4b6befe1d334893930f.tar.bz2
libvpx-2cbd9620880a4335aef7e4b6befe1d334893930f.zip
Remove unused vp8_get4x4sse_cs_mmx declaration
This declaration did not match the prototype_sad() prototype, but was unused in this translation unit, so it is removed instead. Fixes issue 290. Change-Id: I168854f88a85f73ca9aaf61d1e5dc0f43fc3fdb3
Diffstat (limited to 'vp8/encoder/x86')
-rw-r--r--vp8/encoder/x86/variance_mmx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/encoder/x86/variance_mmx.c b/vp8/encoder/x86/variance_mmx.c
index e107cb19d..cc8c1d0e3 100644
--- a/vp8/encoder/x86/variance_mmx.c
+++ b/vp8/encoder/x86/variance_mmx.c
@@ -53,13 +53,6 @@ extern unsigned int vp8_get4x4var_mmx
unsigned int *SSE,
int *Sum
);
-extern unsigned int vp8_get4x4sse_cs_mmx
-(
- const unsigned char *src_ptr,
- int source_stride,
- const unsigned char *ref_ptr,
- int recon_stride
-);
extern void vp8_filter_block2d_bil4x4_var_mmx
(
const unsigned char *ref_ptr,