| Index: source/config/linux/arm/vp8_rtcd.h
|
| diff --git a/source/config/linux/arm/vp8_rtcd.h b/source/config/linux/arm/vp8_rtcd.h
|
| index acd8da201186966e5078bb80052aad4d58f1d619..6d28eb60d2f99fc394054d1c12b1404ff8b440e5 100644
|
| --- a/source/config/linux/arm/vp8_rtcd.h
|
| +++ b/source/config/linux/arm/vp8_rtcd.h
|
| @@ -218,9 +218,6 @@ void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int y
|
| void vp8_sixtap_predict8x8_armv6(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
|
| #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6
|
|
|
| -unsigned int vp8_sub_pixel_mse16x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
|
| -#define vp8_sub_pixel_mse16x16 vp8_sub_pixel_mse16x16_c
|
| -
|
| unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
|
| unsigned int vp8_sub_pixel_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
|
| #define vp8_sub_pixel_variance16x16 vp8_sub_pixel_variance16x16_armv6
|
|
|