Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libvpx / source / config / linux / arm-neon / vpx_scale_rtcd.h
index dc9ab6f..58a946b 100644 (file)
@@ -49,10 +49,10 @@ void vp9_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf);
 #define vp9_extend_frame_inner_borders vp9_extend_frame_inner_borders_c
 
 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
-void vpx_yv12_copy_y_neon(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
-#define vpx_yv12_copy_y vpx_yv12_copy_y_neon
+#define vpx_yv12_copy_y vpx_yv12_copy_y_c
 
 void vpx_scale_rtcd(void);
+
 #include "vpx_config.h"
 
 #ifdef RTCD_C
@@ -63,7 +63,6 @@ static void setup_rtcd_internal(void)
 
     (void)flags;
 
-
 }
 #endif