| Index: third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h b/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h
|
| index 1188bb43b56cf2f306517105a2c1e299c77c3d78..abc74ea0e8f8ba9b4cbbf293e0d1a8bda3cbb022 100644
|
| --- a/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h
|
| +++ b/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h
|
| @@ -1549,12 +1549,12 @@ void vpx_lpf_vertical_8_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit0,
|
| #define vpx_lpf_vertical_8_dual vpx_lpf_vertical_8_dual_sse2
|
|
|
| void vpx_mbpost_proc_across_ip_c(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| -void vpx_mbpost_proc_across_ip_xmm(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| -#define vpx_mbpost_proc_across_ip vpx_mbpost_proc_across_ip_xmm
|
| +void vpx_mbpost_proc_across_ip_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| +#define vpx_mbpost_proc_across_ip vpx_mbpost_proc_across_ip_sse2
|
|
|
| void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| -void vpx_mbpost_proc_down_xmm(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| -#define vpx_mbpost_proc_down vpx_mbpost_proc_down_xmm
|
| +void vpx_mbpost_proc_down_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit);
|
| +#define vpx_mbpost_proc_down vpx_mbpost_proc_down_sse2
|
|
|
| void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
| void vpx_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
|
|