| Index: source/config/linux/mips64el/vp8_rtcd.h
|
| diff --git a/source/config/linux/mips64el/vp8_rtcd.h b/source/config/linux/mips64el/vp8_rtcd.h
|
| index 5d9be4f9720e2ed921c0a9e77db1b53b26a5f222..3befb52db1e8fc4b63f02947c771e87ac9d5b856 100644
|
| --- a/source/config/linux/mips64el/vp8_rtcd.h
|
| +++ b/source/config/linux/mips64el/vp8_rtcd.h
|
| @@ -188,9 +188,6 @@ void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int y
|
| void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
|
| #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c
|
|
|
| -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);
|
| #define vp8_sub_pixel_variance16x16 vp8_sub_pixel_variance16x16_c
|
|
|
|
|