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

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

Issue 1169543007: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 6 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/variance_c.c ('k') | source/libvpx/vp8/common/x86/vp8_variance_sse2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/x86/vp8_variance_mmx.c
diff --git a/source/libvpx/vp8/common/x86/vp8_variance_mmx.c b/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
index 25ae5767f0a648298b8016f8f7cad2c540834ff4..e594b1e65ee4690a0f61a1d855673d9a0dc80fab 100644
--- a/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
+++ b/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
@@ -147,20 +147,6 @@ unsigned int vp8_sub_pixel_variance16x16_mmx
}
-unsigned int vp8_sub_pixel_mse16x16_mmx(
- const unsigned char *src_ptr,
- int src_pixels_per_line,
- int xoffset,
- int yoffset,
- const unsigned char *dst_ptr,
- int dst_pixels_per_line,
- unsigned int *sse
-)
-{
- vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
- return *sse;
-}
-
unsigned int vp8_sub_pixel_variance16x8_mmx
(
const unsigned char *src_ptr,
« no previous file with comments | « source/libvpx/vp8/common/variance_c.c ('k') | source/libvpx/vp8/common/x86/vp8_variance_sse2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698