| Index: source/libvpx/vp8/common/variance_c.c
|
| diff --git a/source/libvpx/vp8/common/variance_c.c b/source/libvpx/vp8/common/variance_c.c
|
| index 79d1ca00c1cc319af84fe351424e510954ff8ee1..02915a4defd62026b99ed8045c82e297513160d4 100644
|
| --- a/source/libvpx/vp8/common/variance_c.c
|
| +++ b/source/libvpx/vp8/common/variance_c.c
|
| @@ -286,21 +286,6 @@ unsigned int vp8_variance_halfpixvar16x16_hv_c(
|
| }
|
|
|
|
|
| -unsigned int vp8_sub_pixel_mse16x16_c
|
| -(
|
| - 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_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
|
| - return *sse;
|
| -}
|
| -
|
| unsigned int vp8_sub_pixel_variance16x8_c
|
| (
|
| const unsigned char *src_ptr,
|
|
|