Index: include/libyuv/scale_row.h |
diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h |
index b52ce40019cb6d2f71bb7b0d0ce789b625f1294e..8af3a7f76d06acc5845e1dd59eb7952c43a8178e 100644 |
--- a/include/libyuv/scale_row.h |
+++ b/include/libyuv/scale_row.h |
@@ -90,10 +90,10 @@ extern "C" { |
// The following are available on Mips platforms: |
#if !defined(LIBYUV_DISABLE_MIPS) && !defined(__native_client__) && \ |
defined(__mips__) && defined(__mips_dsp) && (__mips_dsp_rev >= 2) |
-#define HAS_SCALEROWDOWN2_MIPS_DSPR2 |
-#define HAS_SCALEROWDOWN4_MIPS_DSPR2 |
-#define HAS_SCALEROWDOWN34_MIPS_DSPR2 |
-#define HAS_SCALEROWDOWN38_MIPS_DSPR2 |
+#define HAS_SCALEROWDOWN2_DSPR2 |
+#define HAS_SCALEROWDOWN4_DSPR2 |
+#define HAS_SCALEROWDOWN34_DSPR2 |
+#define HAS_SCALEROWDOWN38_DSPR2 |
#endif |
// Scale ARGB vertically with bilinear interpolation. |
@@ -469,25 +469,25 @@ void ScaleFilterCols_Any_NEON(uint8* dst_ptr, const uint8* src_ptr, |
int dst_width, int x, int dx); |
-void ScaleRowDown2_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown2_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown2Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown2Box_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown4_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown4_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown4Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown4Box_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown34_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown34_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown34_0_Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown34_0_Box_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* d, int dst_width); |
-void ScaleRowDown34_1_Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown34_1_Box_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* d, int dst_width); |
-void ScaleRowDown38_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown38_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst, int dst_width); |
-void ScaleRowDown38_2_Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
+void ScaleRowDown38_2_Box_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride, |
uint8* dst_ptr, int dst_width); |
-void ScaleRowDown38_3_Box_MIPS_DSPR2(const uint8* src_ptr, |
+void ScaleRowDown38_3_Box_DSPR2(const uint8* src_ptr, |
ptrdiff_t src_stride, |
uint8* dst_ptr, int dst_width); |