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

Unified Diff: media/base/simd/filter_yuv.h

Issue 516543004: Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 6 years, 4 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 | « media/base/simd/convert_yuv_to_rgb_x86.cc ('k') | media/base/simd/filter_yuv_mmx.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/simd/filter_yuv.h
diff --git a/media/base/simd/filter_yuv.h b/media/base/simd/filter_yuv.h
index a656f89754872aa8c766bda4ad9efa94ca8e11a3..c0630005a249b34ca1fdb06169d03ea841a15827 100644
--- a/media/base/simd/filter_yuv.h
+++ b/media/base/simd/filter_yuv.h
@@ -19,12 +19,6 @@ MEDIA_EXPORT void FilterYUVRows_C(uint8* ybuf,
int source_width,
int source_y_fraction);
-MEDIA_EXPORT void FilterYUVRows_MMX(uint8* ybuf,
- const uint8* y0_ptr,
- const uint8* y1_ptr,
- int source_width,
- int source_y_fraction);
-
MEDIA_EXPORT void FilterYUVRows_SSE2(uint8* ybuf,
const uint8* y0_ptr,
const uint8* y1_ptr,
« no previous file with comments | « media/base/simd/convert_yuv_to_rgb_x86.cc ('k') | media/base/simd/filter_yuv_mmx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698