| Index: source/config/linux/arm64/vp9_rtcd.h
|
| diff --git a/source/config/linux/arm64/vp9_rtcd.h b/source/config/linux/arm64/vp9_rtcd.h
|
| index a976f9a7731ae15becef7eeb712119e84ae42092..813e7b754b40c8d986fcd67b37fb380afbbe1087 100644
|
| --- a/source/config/linux/arm64/vp9_rtcd.h
|
| +++ b/source/config/linux/arm64/vp9_rtcd.h
|
| @@ -147,7 +147,8 @@ void vp9_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
|
| #define vp9_d63_predictor_8x8 vp9_d63_predictor_8x8_c
|
|
|
| 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_dc_128_predictor_16x16_neon(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_neon
|
|
|
| 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
|
| @@ -156,10 +157,12 @@ void vp9_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
|
| #define vp9_dc_128_predictor_4x4 vp9_dc_128_predictor_4x4_c
|
|
|
| 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_dc_128_predictor_8x8_neon(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_neon
|
|
|
| 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_left_predictor_16x16_neon(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_neon
|
|
|
| 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
|
| @@ -168,10 +171,12 @@ void vp9_dc_left_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
|
| #define vp9_dc_left_predictor_4x4 vp9_dc_left_predictor_4x4_c
|
|
|
| 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_left_predictor_8x8_neon(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_neon
|
|
|
| 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_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| +#define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_neon
|
|
|
| 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
|
| @@ -180,10 +185,12 @@ void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
|
| #define vp9_dc_predictor_4x4 vp9_dc_predictor_4x4_c
|
|
|
| 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_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| +#define vp9_dc_predictor_8x8 vp9_dc_predictor_8x8_neon
|
|
|
| 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_top_predictor_16x16_neon(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_neon
|
|
|
| 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
|
| @@ -192,7 +199,8 @@ void vp9_dc_top_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
|
| #define vp9_dc_top_predictor_4x4 vp9_dc_top_predictor_4x4_c
|
|
|
| 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_top_predictor_8x8_neon(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_neon
|
|
|
| int vp9_denoiser_filter_c(const uint8_t *sig, int sig_stride, const uint8_t *mc_avg, int mc_avg_stride, uint8_t *avg, int avg_stride, int increase_denoising, BLOCK_SIZE bs, int motion_magnitude);
|
| #define vp9_denoiser_filter vp9_denoiser_filter_c
|
| @@ -257,17 +265,6 @@ int vp9_full_search_sad_c(const struct macroblock *x, const struct mv *ref_mv, i
|
| void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
| #define vp9_fwht4x4 vp9_fwht4x4_c
|
|
|
| -void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| -void vp9_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| -#define vp9_get16x16var vp9_get16x16var_neon
|
| -
|
| -void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| -void vp9_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| -#define vp9_get8x8var vp9_get8x8var_neon
|
| -
|
| -unsigned int vp9_get_mb_ss_c(const int16_t *);
|
| -#define vp9_get_mb_ss vp9_get_mb_ss_c
|
| -
|
| void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| void vp9_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vp9_h_predictor_16x16 vp9_h_predictor_16x16_neon
|
| @@ -402,18 +399,6 @@ void vp9_mbpost_proc_down_c(uint8_t *dst, int pitch, int rows, int cols, int fli
|
| void vp9_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
| #define vp9_minmax_8x8 vp9_minmax_8x8_c
|
|
|
| -unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| -#define vp9_mse16x16 vp9_mse16x16_c
|
| -
|
| -unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| -#define vp9_mse16x8 vp9_mse16x8_c
|
| -
|
| -unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| -#define vp9_mse8x16 vp9_mse8x16_c
|
| -
|
| -unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| -#define vp9_mse8x8 vp9_mse8x8_c
|
| -
|
| void vp9_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 vp9_plane_add_noise vp9_plane_add_noise_c
|
|
|
| @@ -557,51 +542,6 @@ void vp9_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
|
| void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vp9_v_predictor_8x8 vp9_v_predictor_8x8_neon
|
|
|
| -unsigned int vp9_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance16x16 vp9_variance16x16_neon
|
| -
|
| -unsigned int vp9_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance16x32 vp9_variance16x32_c
|
| -
|
| -unsigned int vp9_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance16x8 vp9_variance16x8_c
|
| -
|
| -unsigned int vp9_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance32x16 vp9_variance32x16_c
|
| -
|
| -unsigned int vp9_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance32x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance32x32 vp9_variance32x32_neon
|
| -
|
| -unsigned int vp9_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance32x64_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance32x64 vp9_variance32x64_neon
|
| -
|
| -unsigned int vp9_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance4x4 vp9_variance4x4_c
|
| -
|
| -unsigned int vp9_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance4x8 vp9_variance4x8_c
|
| -
|
| -unsigned int vp9_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance64x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance64x32 vp9_variance64x32_neon
|
| -
|
| -unsigned int vp9_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance64x64_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance64x64 vp9_variance64x64_neon
|
| -
|
| -unsigned int vp9_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance8x16 vp9_variance8x16_c
|
| -
|
| -unsigned int vp9_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance8x4 vp9_variance8x4_c
|
| -
|
| -unsigned int vp9_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_variance8x8_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -#define vp9_variance8x8 vp9_variance8x8_neon
|
| -
|
| int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
|
| #define vp9_vector_var vp9_vector_var_c
|
|
|
|
|