| Index: source/libvpx/vp8/common/x86/variance_ssse3.c
|
| diff --git a/source/libvpx/vp8/common/x86/variance_ssse3.c b/source/libvpx/vp8/common/x86/variance_ssse3.c
|
| index 73eb90df61f63ef60fab7a53db313a892192cf72..2a0df640a9016c3b519fc2de4e4c595d9ec4647e 100644
|
| --- a/source/libvpx/vp8/common/x86/variance_ssse3.c
|
| +++ b/source/libvpx/vp8/common/x86/variance_ssse3.c
|
| @@ -8,19 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include "./vp8_rtcd.h"
|
| #include "vpx_config.h"
|
| #include "vp8/common/variance.h"
|
| #include "vpx_ports/mem.h"
|
|
|
| -extern unsigned int vp8_get16x16var_sse2
|
| -(
|
| - const unsigned char *src_ptr,
|
| - int source_stride,
|
| - const unsigned char *ref_ptr,
|
| - int recon_stride,
|
| - unsigned int *SSE,
|
| - int *Sum
|
| -);
|
| extern void vp8_half_horiz_vert_variance16x_h_sse2
|
| (
|
| const unsigned char *ref_ptr,
|
|
|