| Index: third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_dsp_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h b/third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_dsp_rtcd.h
|
| similarity index 88%
|
| copy from third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h
|
| copy to third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_dsp_rtcd.h
|
| index 0264e1729ae3a96566eb0c26362c596080c39bf9..1acb594340d280d67f1dbe19618d0ea793006dae 100644
|
| --- a/third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_dsp_rtcd.h
|
| @@ -19,14 +19,6 @@
|
| extern "C" {
|
| #endif
|
|
|
| -unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
|
| -unsigned int vpx_avg_4x4_neon(const uint8_t *, int p);
|
| -#define vpx_avg_4x4 vpx_avg_4x4_neon
|
| -
|
| -unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
|
| -unsigned int vpx_avg_8x8_neon(const uint8_t *, int p);
|
| -#define vpx_avg_8x8 vpx_avg_8x8_neon
|
| -
|
| void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
|
| #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
|
|
| @@ -241,35 +233,6 @@ void vpx_dc_top_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
|
| void vpx_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vpx_dc_top_predictor_8x8 vpx_dc_top_predictor_8x8_neon
|
|
|
| -void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct16x16 vpx_fdct16x16_c
|
| -
|
| -void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
| -
|
| -void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct32x32 vpx_fdct32x32_c
|
| -
|
| -void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct32x32_1 vpx_fdct32x32_1_c
|
| -
|
| -void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
| -
|
| -void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct4x4 vpx_fdct4x4_c
|
| -
|
| -void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct4x4_1 vpx_fdct4x4_1_c
|
| -
|
| -void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
| -void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct8x8 vpx_fdct8x8_neon
|
| -
|
| -void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
| -void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride);
|
| -#define vpx_fdct8x8_1 vpx_fdct8x8_1_neon
|
| -
|
| void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| #define vpx_get16x16var vpx_get16x16var_neon
|
| @@ -301,77 +264,9 @@ void vpx_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
|
| void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vpx_h_predictor_8x8 vpx_h_predictor_8x8_neon
|
|
|
| -void vpx_hadamard_16x16_c(const int16_t *src_diff, int src_stride, int16_t *coeff);
|
| -#define vpx_hadamard_16x16 vpx_hadamard_16x16_c
|
| -
|
| -void vpx_hadamard_8x8_c(const int16_t *src_diff, int src_stride, int16_t *coeff);
|
| -#define vpx_hadamard_8x8 vpx_hadamard_8x8_c
|
| -
|
| void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
|
|
| -void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct16x16_10_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct16x16_10_add vpx_idct16x16_10_add_neon
|
| -
|
| -void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct16x16_1_add vpx_idct16x16_1_add_neon
|
| -
|
| -void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct16x16_256_add vpx_idct16x16_256_add_neon
|
| -
|
| -void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon
|
| -
|
| -void vpx_idct32x32_135_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct32x32_135_add vpx_idct32x32_1024_add_neon
|
| -
|
| -void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct32x32_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon
|
| -
|
| -void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct32x32_34_add vpx_idct32x32_1024_add_neon
|
| -
|
| -void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct4x4_16_add vpx_idct4x4_16_add_neon
|
| -
|
| -void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct4x4_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct4x4_1_add vpx_idct4x4_1_add_neon
|
| -
|
| -void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct8x8_12_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct8x8_12_add vpx_idct8x8_12_add_neon
|
| -
|
| -void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct8x8_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct8x8_1_add vpx_idct8x8_1_add_neon
|
| -
|
| -void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -void vpx_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_idct8x8_64_add vpx_idct8x8_64_add_neon
|
| -
|
| -int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width);
|
| -int16_t vpx_int_pro_col_neon(const uint8_t *ref, const int width);
|
| -#define vpx_int_pro_col vpx_int_pro_col_neon
|
| -
|
| -void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
|
| -void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
|
| -#define vpx_int_pro_row vpx_int_pro_row_neon
|
| -
|
| -void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
|
| -
|
| -void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
| -#define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
| -
|
| void vpx_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
|
| void vpx_lpf_horizontal_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
|
| #define vpx_lpf_horizontal_4 vpx_lpf_horizontal_4_neon
|
| @@ -420,10 +315,6 @@ void vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, co
|
| void vpx_lpf_vertical_8_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
| #define vpx_lpf_vertical_8_dual vpx_lpf_vertical_8_dual_neon
|
|
|
| -void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
| -void vpx_minmax_8x8_neon(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
| -#define vpx_minmax_8x8 vpx_minmax_8x8_neon
|
| -
|
| unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| unsigned int vpx_mse16x16_media(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| @@ -441,12 +332,6 @@ unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
|
| void vpx_plane_add_noise_c(uint8_t *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch);
|
| #define vpx_plane_add_noise vpx_plane_add_noise_c
|
|
|
| -void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
| -#define vpx_quantize_b vpx_quantize_b_c
|
| -
|
| -void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
| -#define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c
|
| -
|
| unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
|
| unsigned int vpx_sad16x16_media(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
|
| unsigned int vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
|
| @@ -623,10 +508,6 @@ void vpx_sad8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con
|
| void vpx_sad8x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array);
|
| #define vpx_sad8x8x8 vpx_sad8x8x8_c
|
|
|
| -int vpx_satd_c(const int16_t *coeff, int length);
|
| -int vpx_satd_neon(const int16_t *coeff, int length);
|
| -#define vpx_satd vpx_satd_neon
|
| -
|
| void vpx_scaled_2d_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 vpx_scaled_2d vpx_scaled_2d_c
|
|
|
| @@ -829,10 +710,6 @@ uint32_t vpx_variance_halfpixvar16x16_v_media(const unsigned char *src_ptr, int
|
| void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
|
|
|
| -int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl);
|
| -int vpx_vector_var_neon(const int16_t *ref, const int16_t *src, const int bwl);
|
| -#define vpx_vector_var vpx_vector_var_neon
|
| -
|
| void vpx_dsp_rtcd(void);
|
|
|
| #include "vpx_config.h"
|
|
|