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

Unified Diff: trunk/src/media/base/simd/yuv_to_rgb_table.h

Issue 13972014: Revert 194465 "media: Add support for playback for VP8 Alpha vid..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
Index: trunk/src/media/base/simd/yuv_to_rgb_table.h
===================================================================
--- trunk/src/media/base/simd/yuv_to_rgb_table.h (revision 194468)
+++ trunk/src/media/base/simd/yuv_to_rgb_table.h (working copy)
@@ -19,7 +19,7 @@
#endif
// Align the table to 16-bytes to allow faster reading.
-extern SIMD_ALIGNED(int16 kCoefficientsRgbY[256 * 4][4]);
+extern SIMD_ALIGNED(int16 kCoefficientsRgbY[768][4]);
} // extern "C"
« no previous file with comments | « trunk/src/media/base/simd/convert_yuva_to_argb_mmx.inc ('k') | trunk/src/media/base/simd/yuv_to_rgb_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698