]> granicus.if.org Git - libvpx/commit
Fix bug 807
authorlevytamar82 <tamar.levy@intel.com>
Thu, 24 Jul 2014 07:20:19 +0000 (00:20 -0700)
committerJames Zern <jzern@google.com>
Fri, 8 Aug 2014 01:51:02 +0000 (18:51 -0700)
commit69a5f5ecf7257e4ef7ca0c75d4d84c6d3a97fec0
treef4972f06cdb6b813657aee0b36f8c341fdb1c57a
parent72a5832a81f22b067f398df70ce0f6d9243db11d
Fix bug 807

in the sub_pixel_*variance* function the dst is aligned to 16 bytes and not
to 32 bytes - now load unaligned data

Change-Id: I2e0b9745543697efc56fefa32857ea10117af135
test/variance_test.cc
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c