commit | 85358d04cded41b03c1ee6912f2fb98b357de192 | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Tue Aug 23 20:42:45 2011 -0400 |
committer | Johann <johannkoenig@google.com> | Tue Aug 23 20:42:45 2011 -0400 |
tree | 960fe6c2b7a779398e9a73e999b56d0058e8aadc | |
parent | c5f890af2cff951048cc41630f2523b61fb74a0b [diff] |
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