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

Unified Diff: media/base/yuv_row_posix.cc

Issue 2813011: Revert 49990 - x (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/yuv_row_posix.cc
===================================================================
--- media/base/yuv_row_posix.cc (revision 49993)
+++ media/base/yuv_row_posix.cc (working copy)
@@ -273,7 +273,6 @@
asm(
".global FastConvertYUVToRGB32Row\n"
"FastConvertYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x28(%esp),%edi\n"
@@ -320,7 +319,6 @@
"movd %mm1,0x0(%ebp)\n"
"convertdone:"
"popa\n"
-#endif
"ret\n"
);
@@ -335,7 +333,6 @@
asm(
".global ScaleYUVToRGB32Row\n"
"ScaleYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x28(%esp),%edi\n"
@@ -397,7 +394,6 @@
"scaledone:"
"popa\n"
-#endif
"ret\n"
);
@@ -411,7 +407,6 @@
asm(
".global LinearScaleYUVToRGB32Row\n"
"LinearScaleYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x28(%esp),%edi\n"
@@ -510,7 +505,6 @@
"packuswb %mm1, %mm1\n"
"movd %mm1, (%ebp)\n"
"popa\n"
-#endif
"ret\n"
);
@@ -524,7 +518,6 @@
int16 *kCoefficientsRgbY);
__asm__(
"_PICConvertYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x28(%esp),%edi\n"
@@ -572,7 +565,6 @@
"movd %mm1,0x0(%ebp)\n"
".Lconvertdone:\n"
"popa\n"
-#endif
"ret\n"
);
@@ -595,7 +587,6 @@
__asm__(
"_PICScaleYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x28(%esp),%edi\n"
@@ -657,7 +648,6 @@
"Lscaledone:"
"popa\n"
-#endif
"ret\n"
);
@@ -682,7 +672,6 @@
asm(
"_PICLinearScaleYUVToRGB32Row:\n"
-#if 0
"pusha\n"
"mov 0x24(%esp),%edx\n"
"mov 0x30(%esp),%ebp\n"
@@ -784,7 +773,6 @@
"packuswb %mm1, %mm1\n"
"movd %mm1, (%ebp)\n"
"popa\n"
-#endif
"ret\n"
);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698