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

Unified Diff: media/base/cpu_features.h

Issue 7003082: Implements RGB to YV12 conversion in YASM. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « no previous file | media/base/cpu_features_arm.cc » ('j') | media/base/simd/x86inc.asm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cpu_features.h
===================================================================
--- media/base/cpu_features.h (revision 99884)
+++ media/base/cpu_features.h (working copy)
@@ -13,6 +13,9 @@
// Returns true if CPU has SSE2 support.
bool hasSSE2();
+// Returns true if CPU supports SSE2, SSE3, and SSSE3.
+bool hasSSSE3();
+
} // namespace media
#endif // MEDIA_BASE_CPU_FEATURES_H_
« no previous file with comments | « no previous file | media/base/cpu_features_arm.cc » ('j') | media/base/simd/x86inc.asm » ('J')

Powered by Google App Engine
This is Rietveld 408576698