| Index: source/config/linux/arm/vpx_dsp_rtcd.h
|
| diff --git a/source/config/linux/arm/vpx_dsp_rtcd.h b/source/config/linux/arm/vpx_dsp_rtcd.h
|
| index 20948755101b28507c851abbc01052673fc4c61c..ea77e14aa19e83e2c7e14c3fed15dc49c1e4f243 100644
|
| --- a/source/config/linux/arm/vpx_dsp_rtcd.h
|
| +++ b/source/config/linux/arm/vpx_dsp_rtcd.h
|
| @@ -18,6 +18,34 @@
|
| extern "C" {
|
| #endif
|
|
|
| +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
|
| +
|
| +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);
|
| +#define vpx_get16x16var vpx_get16x16var_c
|
| +
|
| +unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
|
| +#define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
|
| +
|
| +void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
|
| +#define vpx_get8x8var vpx_get8x8var_c
|
| +
|
| +unsigned int vpx_get_mb_ss_c(const int16_t *);
|
| +#define vpx_get_mb_ss vpx_get_mb_ss_c
|
| +
|
| +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);
|
| +#define vpx_mse16x16 vpx_mse16x16_media
|
| +
|
| +unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| +#define vpx_mse16x8 vpx_mse16x8_c
|
| +
|
| +unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| +#define vpx_mse8x16 vpx_mse8x16_c
|
| +
|
| +unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| +#define vpx_mse8x8 vpx_mse8x8_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);
|
| #define vpx_sad16x16 vpx_sad16x16_media
|
| @@ -184,6 +212,47 @@ 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
|
|
|
| +unsigned int vpx_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +unsigned int vpx_variance16x16_media(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance16x16 vpx_variance16x16_media
|
| +
|
| +unsigned int vpx_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance16x32 vpx_variance16x32_c
|
| +
|
| +unsigned int vpx_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance16x8 vpx_variance16x8_c
|
| +
|
| +unsigned int vpx_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance32x16 vpx_variance32x16_c
|
| +
|
| +unsigned int vpx_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance32x32 vpx_variance32x32_c
|
| +
|
| +unsigned int vpx_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance32x64 vpx_variance32x64_c
|
| +
|
| +unsigned int vpx_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance4x4 vpx_variance4x4_c
|
| +
|
| +unsigned int vpx_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance4x8 vpx_variance4x8_c
|
| +
|
| +unsigned int vpx_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance64x32 vpx_variance64x32_c
|
| +
|
| +unsigned int vpx_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance64x64 vpx_variance64x64_c
|
| +
|
| +unsigned int vpx_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance8x16 vpx_variance8x16_c
|
| +
|
| +unsigned int vpx_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance8x4 vpx_variance8x4_c
|
| +
|
| +unsigned int vpx_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +unsigned int vpx_variance8x8_media(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| +#define vpx_variance8x8 vpx_variance8x8_media
|
| +
|
| void vpx_dsp_rtcd(void);
|
|
|
| #include "vpx_config.h"
|
|
|