commit | 83be2560d9396b3bd32919123bd67a783e6aaf7c | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Mon Feb 03 14:11:09 2014 -0800 |
committer | Andy Hung <hunga@google.com> | Mon Feb 03 22:28:41 2014 +0000 |
tree | 7f6cd4301b7c22ddc55e3afd0c7c9271796dcccb | |
parent | e983e0a0017fce81dc3d9bea36f5abb7b7bce40b [diff] |
Fix dynamic resampling for non-NEON devices The stride by 16 code template automatically falls back to stride by 2 (as the NEON code template override does not occur). As such the stride by 2 (in the switch) was removed as it was unnecessary. Removing the if() causes the fall back to happen properly for non-NEON compilation. Change-Id: Ia7aec6ae1d88eb54377e56e2fb57f2ae5b74cf1b Signed-off-by: Andy Hung <hunga@google.com>