| Index: source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| diff --git a/source/libvpx/vp9/common/vp9_rtcd_defs.pl b/source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| index c6b6d46d8277ccf5f03ebf93fc610e06903eb78b..13448135696cc5853945a432c82a037f7884c7b1 100644
|
| --- a/source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| +++ b/source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| @@ -1115,8 +1115,8 @@ specialize qw/vp9_int_pro_row sse2/;
|
| add_proto qw/int16_t vp9_int_pro_col/, "uint8_t const *ref, const int width";
|
| specialize qw/vp9_int_pro_col sse2/;
|
|
|
| -add_proto qw/int vp9_vector_sad/, "int16_t const *ref, int16_t const *src, const int width";
|
| -specialize qw/vp9_vector_sad sse2/;
|
| +add_proto qw/int vp9_vector_var/, "int16_t const *ref, int16_t const *src, const int bwl";
|
| +specialize qw/vp9_vector_var sse2/;
|
|
|
| if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
|
| add_proto qw/unsigned int vp9_highbd_avg_8x8/, "const uint8_t *, int p";
|
|
|