Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(873)

Unified Diff: source/libvpx/vp8/common/x86/variance_ssse3.c

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp8/common/x86/variance_sse2.c ('k') | source/libvpx/vp8/decoder/onyxd_if.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « source/libvpx/vp8/common/x86/variance_sse2.c ('k') | source/libvpx/vp8/decoder/onyxd_if.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698