Index: source/config/linux/arm-neon/vp9_rtcd.h |
=================================================================== |
--- source/config/linux/arm-neon/vp9_rtcd.h (revision 219822) |
+++ source/config/linux/arm-neon/vp9_rtcd.h (working copy) |
@@ -14,9 +14,7 @@ |
#include "vpx/vpx_integer.h" |
#include "vp9/common/vp9_enums.h" |
-struct loop_filter_info; |
struct macroblockd; |
-struct loop_filter_info; |
/* Encoder forward decls */ |
struct macroblock; |
@@ -38,160 +36,160 @@ |
void vp9_idct_add_32x32_c(int16_t *q, uint8_t *dst, int stride, int eob); |
#define vp9_idct_add_32x32 vp9_idct_add_32x32_c |
-void vp9_d27_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
-#define vp9_d27_predictor_4x4 vp9_d27_predictor_4x4_c |
+void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
+#define vp9_d207_predictor_4x4 vp9_d207_predictor_4x4_c |
-void vp9_d45_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d45_predictor_4x4 vp9_d45_predictor_4x4_c |
-void vp9_d63_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d63_predictor_4x4 vp9_d63_predictor_4x4_c |
-void vp9_h_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_h_predictor_4x4 vp9_h_predictor_4x4_c |
-void vp9_d117_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d117_predictor_4x4 vp9_d117_predictor_4x4_c |
-void vp9_d135_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d135_predictor_4x4 vp9_d135_predictor_4x4_c |
-void vp9_d153_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d153_predictor_4x4 vp9_d153_predictor_4x4_c |
-void vp9_v_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_v_predictor_4x4 vp9_v_predictor_4x4_c |
-void vp9_tm_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c |
-void vp9_dc_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_predictor_4x4 vp9_dc_predictor_4x4_c |
-void vp9_dc_top_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_top_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_top_predictor_4x4 vp9_dc_top_predictor_4x4_c |
-void vp9_dc_left_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_left_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_left_predictor_4x4 vp9_dc_left_predictor_4x4_c |
-void vp9_dc_128_predictor_4x4_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_128_predictor_4x4 vp9_dc_128_predictor_4x4_c |
-void vp9_d27_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
-#define vp9_d27_predictor_8x8 vp9_d27_predictor_8x8_c |
+void vp9_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
+#define vp9_d207_predictor_8x8 vp9_d207_predictor_8x8_c |
-void vp9_d45_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d45_predictor_8x8 vp9_d45_predictor_8x8_c |
-void vp9_d63_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d63_predictor_8x8 vp9_d63_predictor_8x8_c |
-void vp9_h_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_h_predictor_8x8 vp9_h_predictor_8x8_c |
-void vp9_d117_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d117_predictor_8x8 vp9_d117_predictor_8x8_c |
-void vp9_d135_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d135_predictor_8x8 vp9_d135_predictor_8x8_c |
-void vp9_d153_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d153_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d153_predictor_8x8 vp9_d153_predictor_8x8_c |
-void vp9_v_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_v_predictor_8x8 vp9_v_predictor_8x8_c |
-void vp9_tm_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_tm_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_c |
-void vp9_dc_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_predictor_8x8 vp9_dc_predictor_8x8_c |
-void vp9_dc_top_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_top_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_top_predictor_8x8 vp9_dc_top_predictor_8x8_c |
-void vp9_dc_left_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_left_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_left_predictor_8x8 vp9_dc_left_predictor_8x8_c |
-void vp9_dc_128_predictor_8x8_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_128_predictor_8x8 vp9_dc_128_predictor_8x8_c |
-void vp9_d27_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
-#define vp9_d27_predictor_16x16 vp9_d27_predictor_16x16_c |
+void vp9_d207_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
+#define vp9_d207_predictor_16x16 vp9_d207_predictor_16x16_c |
-void vp9_d45_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d45_predictor_16x16 vp9_d45_predictor_16x16_c |
-void vp9_d63_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d63_predictor_16x16 vp9_d63_predictor_16x16_c |
-void vp9_h_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_h_predictor_16x16 vp9_h_predictor_16x16_c |
-void vp9_d117_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d117_predictor_16x16 vp9_d117_predictor_16x16_c |
-void vp9_d135_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d135_predictor_16x16 vp9_d135_predictor_16x16_c |
-void vp9_d153_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d153_predictor_16x16 vp9_d153_predictor_16x16_c |
-void vp9_v_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_v_predictor_16x16 vp9_v_predictor_16x16_c |
-void vp9_tm_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_tm_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_tm_predictor_16x16 vp9_tm_predictor_16x16_c |
-void vp9_dc_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c |
-void vp9_dc_top_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_top_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_top_predictor_16x16 vp9_dc_top_predictor_16x16_c |
-void vp9_dc_left_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_left_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_left_predictor_16x16 vp9_dc_left_predictor_16x16_c |
-void vp9_dc_128_predictor_16x16_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_128_predictor_16x16 vp9_dc_128_predictor_16x16_c |
-void vp9_d27_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
-#define vp9_d27_predictor_32x32 vp9_d27_predictor_32x32_c |
+void vp9_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
+#define vp9_d207_predictor_32x32 vp9_d207_predictor_32x32_c |
-void vp9_d45_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d45_predictor_32x32 vp9_d45_predictor_32x32_c |
-void vp9_d63_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d63_predictor_32x32 vp9_d63_predictor_32x32_c |
-void vp9_h_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c |
-void vp9_d117_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d117_predictor_32x32 vp9_d117_predictor_32x32_c |
-void vp9_d135_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d135_predictor_32x32 vp9_d135_predictor_32x32_c |
-void vp9_d153_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_d153_predictor_32x32 vp9_d153_predictor_32x32_c |
-void vp9_v_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_v_predictor_32x32 vp9_v_predictor_32x32_c |
-void vp9_tm_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_tm_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_tm_predictor_32x32 vp9_tm_predictor_32x32_c |
-void vp9_dc_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c |
-void vp9_dc_top_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_top_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_top_predictor_32x32 vp9_dc_top_predictor_32x32_c |
-void vp9_dc_left_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_left_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_left_predictor_32x32 vp9_dc_left_predictor_32x32_c |
-void vp9_dc_128_predictor_32x32_c(uint8_t *ypred_ptr, ptrdiff_t y_stride, uint8_t *yabove_row, uint8_t *yleft_col); |
+void vp9_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
#define vp9_dc_128_predictor_32x32 vp9_dc_128_predictor_32x32_c |
void vp9_add_constant_residual_8x8_c(const int16_t diff, uint8_t *dest, int stride); |
@@ -207,7 +205,8 @@ |
#define vp9_add_constant_residual_32x32 vp9_add_constant_residual_32x32_neon |
void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
-#define vp9_mb_lpf_vertical_edge_w vp9_mb_lpf_vertical_edge_w_c |
+void vp9_mb_lpf_vertical_edge_w_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
+#define vp9_mb_lpf_vertical_edge_w vp9_mb_lpf_vertical_edge_w_neon |
void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
void vp9_mbloop_filter_vertical_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
@@ -218,7 +217,8 @@ |
#define vp9_loop_filter_vertical_edge vp9_loop_filter_vertical_edge_neon |
void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
-#define vp9_mb_lpf_horizontal_edge_w vp9_mb_lpf_horizontal_edge_w_c |
+void vp9_mb_lpf_horizontal_edge_w_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
+#define vp9_mb_lpf_horizontal_edge_w vp9_mb_lpf_horizontal_edge_w_neon |
void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
void vp9_mbloop_filter_horizontal_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
@@ -250,10 +250,12 @@ |
#define vp9_blend_b vp9_blend_b_c |
void vp9_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
-#define vp9_convolve_copy vp9_convolve_copy_c |
+void vp9_convolve_copy_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
+#define vp9_convolve_copy vp9_convolve_copy_neon |
void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
-#define vp9_convolve_avg vp9_convolve_avg_c |
+void vp9_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
+#define vp9_convolve_avg vp9_convolve_avg_neon |
void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
@@ -280,39 +282,42 @@ |
#define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_neon |
void vp9_short_idct4x4_1_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct4x4_1_add vp9_short_idct4x4_1_add_c |
+void vp9_short_idct4x4_1_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct4x4_1_add vp9_short_idct4x4_1_add_neon |
void vp9_short_idct4x4_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct4x4_add vp9_short_idct4x4_add_c |
+void vp9_short_idct4x4_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct4x4_add vp9_short_idct4x4_add_neon |
+void vp9_short_idct8x8_1_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
+void vp9_short_idct8x8_1_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct8x8_1_add vp9_short_idct8x8_1_add_neon |
+ |
void vp9_short_idct8x8_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
void vp9_short_idct8x8_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
#define vp9_short_idct8x8_add vp9_short_idct8x8_add_neon |
void vp9_short_idct10_8x8_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct10_8x8_add vp9_short_idct10_8x8_add_c |
+void vp9_short_idct10_8x8_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct10_8x8_add vp9_short_idct10_8x8_add_neon |
-void vp9_short_idct1_8x8_c(int16_t *input, int16_t *output); |
-#define vp9_short_idct1_8x8 vp9_short_idct1_8x8_c |
+void vp9_short_idct16x16_1_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct16x16_1_add vp9_short_idct16x16_1_add_c |
void vp9_short_idct16x16_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct16x16_add vp9_short_idct16x16_add_c |
+void vp9_short_idct16x16_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct16x16_add vp9_short_idct16x16_add_neon |
void vp9_short_idct10_16x16_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct10_16x16_add vp9_short_idct10_16x16_add_c |
+void vp9_short_idct10_16x16_add_neon(int16_t *input, uint8_t *dest, int dest_stride); |
+#define vp9_short_idct10_16x16_add vp9_short_idct10_16x16_add_neon |
-void vp9_short_idct1_16x16_c(int16_t *input, int16_t *output); |
-#define vp9_short_idct1_16x16 vp9_short_idct1_16x16_c |
- |
void vp9_short_idct32x32_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
#define vp9_short_idct32x32_add vp9_short_idct32x32_add_c |
void vp9_short_idct1_32x32_c(int16_t *input, int16_t *output); |
#define vp9_short_idct1_32x32 vp9_short_idct1_32x32_c |
-void vp9_short_idct10_32x32_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
-#define vp9_short_idct10_32x32_add vp9_short_idct10_32x32_add_c |
- |
void vp9_short_iht4x4_add_c(int16_t *input, uint8_t *dest, int dest_stride, int tx_type); |
#define vp9_short_iht4x4_add vp9_short_iht4x4_add_c |
@@ -331,12 +336,6 @@ |
void vp9_short_iwalsh4x4_add_c(int16_t *input, uint8_t *dest, int dest_stride); |
#define vp9_short_iwalsh4x4_add vp9_short_iwalsh4x4_add_c |
-unsigned int vp9_sad32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, int max_sad); |
-#define vp9_sad32x3 vp9_sad32x3_c |
- |
-unsigned int vp9_sad3x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, int max_sad); |
-#define vp9_sad3x32 vp9_sad3x32_c |
- |
void vp9_rtcd(void); |
#include "vpx_config.h" |