summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/variance_ssse3.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/x86/variance_ssse3.c')
-rw-r--r--vp8/encoder/x86/variance_ssse3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/x86/variance_ssse3.c b/vp8/encoder/x86/variance_ssse3.c
index 59e14971a..fc2a3c3f2 100644
--- a/vp8/encoder/x86/variance_ssse3.c
+++ b/vp8/encoder/x86/variance_ssse3.c
@@ -87,7 +87,7 @@ unsigned int vp8_sub_pixel_variance16x16_ssse3
// note we could avoid these if statements if the calling function
// just called the appropriate functions inside.
- if (xoffset == HALFNDX && yoffset == HALFNDX)
+ if (xoffset == HALFNDX && yoffset == 0)
{
vp8_half_horiz_variance16x_h_sse2(
src_ptr, src_pixels_per_line,