]> granicus.if.org Git - libvpx/commit
comp_avg_pred: alignment
authorJohann <johannkoenig@google.com>
Tue, 30 May 2017 14:46:43 +0000 (07:46 -0700)
committerJohann <johannkoenig@google.com>
Tue, 30 May 2017 14:46:43 +0000 (07:46 -0700)
commitea8b4a450d98726cee5ee6ab443ea85ed0309cb0
tree63e4adadc976b625bbe4e296ddf8e7afd961247d
parenta5ab38093f817bcded7f8744b5554eb576b7731c
comp_avg_pred: alignment

x86 requires 16 byte alignment for some vector loads/stores.

arm does not have the same requirement.

The asserts are still in avg_pred_sse2.c. This just removes them from
the common code.

Change-Id: Ic5175c607a94d2abf0b80d431c4e30c8a6f731b6
vpx_dsp/variance.c