| Index: source/config/mac/x64/vp9_rtcd.h
 | 
| diff --git a/source/config/mac/x64/vp9_rtcd.h b/source/config/mac/x64/vp9_rtcd.h
 | 
| index 142a58c8f51d1ff6018c2dfb197a0d737844ddfb..ba5baa28eb0e3cd1c10f6a6127ed9cb0254af049 100644
 | 
| --- a/source/config/mac/x64/vp9_rtcd.h
 | 
| +++ b/source/config/mac/x64/vp9_rtcd.h
 | 
| @@ -934,9 +934,9 @@ unsigned int vp9_variance8x8_c(const uint8_t *src_ptr, int source_stride, const
 | 
|  unsigned int vp9_variance8x8_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
 | 
|  #define vp9_variance8x8 vp9_variance8x8_sse2
 | 
|  
 | 
| -int vp9_vector_sad_c(int16_t const *ref, int16_t const *src, const int width);
 | 
| -int vp9_vector_sad_sse2(int16_t const *ref, int16_t const *src, const int width);
 | 
| -#define vp9_vector_sad vp9_vector_sad_sse2
 | 
| +int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
 | 
| +int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);
 | 
| +#define vp9_vector_var vp9_vector_var_sse2
 | 
|  
 | 
|  void vp9_rtcd(void);
 | 
|  
 | 
| 
 |