| Index: source/libvpx/vp8/common/x86/subpixel_x86.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/x86/subpixel_x86.h (revision 60257)
|
| +++ source/libvpx/vp8/common/x86/subpixel_x86.h (working copy)
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
| + * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| * that can be found in the LICENSE file in the root of the source
|
| @@ -91,8 +91,8 @@
|
| extern prototype_subpixel_predict(vp8_sixtap_predict8x8_ssse3);
|
| extern prototype_subpixel_predict(vp8_sixtap_predict8x4_ssse3);
|
| extern prototype_subpixel_predict(vp8_sixtap_predict4x4_ssse3);
|
| -//extern prototype_subpixel_predict(vp8_bilinear_predict16x16_sse2);
|
| -//extern prototype_subpixel_predict(vp8_bilinear_predict8x8_sse2);
|
| +extern prototype_subpixel_predict(vp8_bilinear_predict16x16_ssse3);
|
| +extern prototype_subpixel_predict(vp8_bilinear_predict8x8_ssse3);
|
|
|
| #if !CONFIG_RUNTIME_CPU_DETECT
|
| #undef vp8_subpix_sixtap16x16
|
| @@ -108,11 +108,11 @@
|
| #define vp8_subpix_sixtap4x4 vp8_sixtap_predict4x4_ssse3
|
|
|
|
|
| -//#undef vp8_subpix_bilinear16x16
|
| -//#define vp8_subpix_bilinear16x16 vp8_bilinear_predict16x16_sse2
|
| +#undef vp8_subpix_bilinear16x16
|
| +#define vp8_subpix_bilinear16x16 vp8_bilinear_predict16x16_ssse3
|
|
|
| -//#undef vp8_subpix_bilinear8x8
|
| -//#define vp8_subpix_bilinear8x8 vp8_bilinear_predict8x8_sse2
|
| +#undef vp8_subpix_bilinear8x8
|
| +#define vp8_subpix_bilinear8x8 vp8_bilinear_predict8x8_ssse3
|
|
|
| #endif
|
| #endif
|
|
|