Enable vp8_sad16x16x4d_sse3 in non-RTCD case
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Jun 2010 17:15:30 +0000 (13:15 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 11 Jun 2010 17:15:30 +0000 (13:15 -0400)
Typo caused C version of 16x16x4 SAD to be called when built with
--disable-runtime-cpu-detect.

Change-Id: I0fe6fa67280b3a5f13acb3c8ed914f039aaaf316

vp8/encoder/x86/variance_x86.h

index f00ad32..9cdd662 100644 (file)
@@ -241,7 +241,7 @@ extern prototype_sad_multi_dif_address(vp8_sad4x4x4d_sse3);
 #define vp8_variance_sad4x4x3 vp8_sad4x4x3_sse3
 
 #undef  vp8_variance_sad16x16x4d
-#define vp8_variance_sad16x16x4 vp8_sad16x16x4d_sse3
+#define vp8_variance_sad16x16x4d vp8_sad16x16x4d_sse3
 
 #undef  vp8_variance_sad16x8x4d
 #define vp8_variance_sad16x8x4d vp8_sad16x8x4d_sse3