]> granicus.if.org Git - libvpx/commitdiff
The subfunctions are only defined for sse2
authorJohann <johannkoenig@google.com>
Sat, 7 May 2016 01:57:04 +0000 (18:57 -0700)
committerJohann <johannkoenig@google.com>
Sat, 7 May 2016 01:58:49 +0000 (18:58 -0700)
See highbd_subpel_variance_impl_sse2.asm

Change-Id: Id13b97f4f6d189ed71cdc6d52b3c4ea63dc1da05

vpx_dsp/x86/highbd_variance_sse2.c

index 6fabc4af0768bc94a79eb53c9630e061b6b4aac4..14d029c9a95dd55de8629b4d22a9dbb65f46cc79 100644 (file)
@@ -260,8 +260,7 @@ unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t *src8, int src_stride,
   DECL(16, opt)
 
 DECLS(sse2);
-// TODO(johannkoenig): enable the ssse3 or delete
-// DECLS(ssse3, ssse3);
+
 #undef DECLS
 #undef DECL