Attenuate AGRB pixels NEON optimized
BUG=164
TEST=./libyuv_unittest --gtest_filter=*Atten*
Review URL: https://webrtc-codereview.appspot.com/937031

git-svn-id: http://libyuv.googlecode.com/svn/trunk@506 16f28f9a-4ce2-e073-06de-1de4eb20be90
diff --git a/source/rotate_neon.cc b/source/rotate_neon.cc
index 49b3003..a0b3d29 100644
--- a/source/rotate_neon.cc
+++ b/source/rotate_neon.cc
@@ -113,8 +113,8 @@
     "vtbl.8      d0, {d2, d3}, d6              \n"
     "vtbl.8      d1, {d2, d3}, d7              \n"
 
-    // TODO: rework shuffle above to write
-    //       out with 4 instead of 8 writes
+    // TODO(frkoenig): Rework shuffle above to
+    // write out with 4 instead of 8 writes.
     "vst1.32     {d4[0]}, [r9], %3             \n"
     "vst1.32     {d4[1]}, [r9], %3             \n"
     "vst1.32     {d5[0]}, [r9], %3             \n"
@@ -276,7 +276,7 @@
     "cmp         %6, #4                        \n"
     "blt         2f                            \n"
 
-    //TODO(frkoenig) : clean this up
+    //TODO(frkoenig): Clean this up
     // 4x8 block
     "mov         r9, %0                        \n"
     "vld1.64     {d0}, [r9], %1                \n"