RGB formats converted to YUV with Neon
BUG=none
TEST=convert_test
Review URL: https://webrtc-codereview.appspot.com/936013

git-svn-id: http://libyuv.googlecode.com/svn/trunk@471 16f28f9a-4ce2-e073-06de-1de4eb20be90
diff --git a/source/row_mips.cc b/source/row_mips.cc
index df4542f..48759e0 100644
--- a/source/row_mips.cc
+++ b/source/row_mips.cc
@@ -225,8 +225,8 @@
 }
 #endif  // HAS_MIRRORROW_MIPS_DSPR2
 
-#ifdef HAS_MIRRORROWUV_MIPS_DSPR2
-void MirrorRowUV_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
+#ifdef HAS_MirrorUVRow_MIPS_DSPR2
+void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
                             int width) {
   int x = 0;
   int y = 0;
@@ -315,7 +315,7 @@
         "t5", "t7", "t8", "t9"
   );
 }
-#endif  // HAS_MIRRORROWUV_MIPS_DSPR2
+#endif  // HAS_MirrorUVRow_MIPS_DSPR2