Fix data accesses for simple loopfilters11/2811/1
commit85358d04cded41b03c1ee6912f2fb98b357de192
authorJohann <johannkoenig@google.com>
Wed, 24 Aug 2011 00:42:45 +0000 (23 20:42 -0400)
committerJohann <johannkoenig@google.com>
Wed, 24 Aug 2011 00:42:45 +0000 (23 20:42 -0400)
tree960fe6c2b7a779398e9a73e999b56d0058e8aadc
parentc5f890af2cff951048cc41630f2523b61fb74a0b
Fix data accesses for simple loopfilters

The data that the simple horizontal loopfilter reads is aligned, treat
it accordingly.

For the vertical, we only use the bottom 4 bytes, so don't read in 16
(and incur the penalty for unaligned access).

This shows a small improvement on older processors which have a
significant penalty for unaligned reads.

postproc_mmx.c is unused

Change-Id: I87b29bbc0c3b19ee1ca1de3c4f47332a53087b3d
vp8/common/x86/loopfilter_sse2.asm
vp8/common/x86/postproc_mmx.c [deleted file]