| Index: source/libvpx/vp8/common/x86/vp8_variance_mmx.c
|
| diff --git a/source/libvpx/vp8/common/x86/vp8_variance_mmx.c b/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
|
| index 25ae5767f0a648298b8016f8f7cad2c540834ff4..e594b1e65ee4690a0f61a1d855673d9a0dc80fab 100644
|
| --- a/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
|
| +++ b/source/libvpx/vp8/common/x86/vp8_variance_mmx.c
|
| @@ -147,20 +147,6 @@ unsigned int vp8_sub_pixel_variance16x16_mmx
|
|
|
| }
|
|
|
| -unsigned int vp8_sub_pixel_mse16x16_mmx(
|
| - const unsigned char *src_ptr,
|
| - int src_pixels_per_line,
|
| - int xoffset,
|
| - int yoffset,
|
| - const unsigned char *dst_ptr,
|
| - int dst_pixels_per_line,
|
| - unsigned int *sse
|
| -)
|
| -{
|
| - vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
|
| - return *sse;
|
| -}
|
| -
|
| unsigned int vp8_sub_pixel_variance16x8_mmx
|
| (
|
| const unsigned char *src_ptr,
|
|
|