Remove unused vp8_get4x4sse_cs_mmx declaration
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 18:01:02 +0000 (13:01 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 21 Mar 2011 11:53:53 +0000 (07:53 -0400)
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

vp8/encoder/x86/variance_mmx.c

index e107cb1..cc8c1d0 100644 (file)
@@ -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,