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

Unified Diff: source/row_msa.cc

Issue 2446313002: white spaces and comments for msa (Closed)
Patch Set: no lint for macro casts Created 4 years, 2 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 | « include/libyuv/macros_msa.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/row_msa.cc
diff --git a/source/row_msa.cc b/source/row_msa.cc
index d0990b4ff8f799d82157da76e6a145e7e22df81c..b747a77ec5cbc49a400931aec6001f6ce3061181 100644
--- a/source/row_msa.cc
+++ b/source/row_msa.cc
@@ -19,6 +19,7 @@ namespace libyuv {
extern "C" {
#endif
+// Convert 8 pixels of YUV 420 to RGB.
#define I422TORGB(in0, in1, in2, ub, vr, ug, vg, \
bb, bg, br, yg, out0, out1, out2) { \
v8i16 vec0_m; \
« no previous file with comments | « include/libyuv/macros_msa.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698