| Index: third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h b/third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h
|
| index 8fc67c88de51b770baa0fb27538403e6be34f5b4..2dae887d633f8b35b89fb063086273c37ded59e0 100644
|
| --- a/third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h
|
| @@ -167,9 +167,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
|
|
|
| -void vp8_temporal_filter_apply_c(unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count);
|
| -#define vp8_temporal_filter_apply vp8_temporal_filter_apply_c
|
| -
|
| void vp8_rtcd(void);
|
|
|
| #include "vpx_config.h"
|
|
|