vpx/vp8/common/arm
Johann ce11055d57 Remove sixtap/bilinear 4x4 neon implementations
These implementations rely on casting the pointers to load the data.
Clang implemented optimizations which automatically add alignment hints
to such loads. The 4x4 filters do not guarantee the necessary alignment
so the resulting assembly is broken.
https://llvm.org/bugs/show_bug.cgi?id=24421

BUG=webm:817
BUG=webm:892

Change-Id: I608885299f1f86ff83653b65e0e40d0ae87fb3fe
2016-05-06 17:20:15 -07:00
..
armv6 vp8: change build_intra4x4_predictors() to use vpx_dsp. 2015-09-30 18:45:49 -04:00
neon Remove sixtap/bilinear 4x4 neon implementations 2016-05-06 17:20:15 -07:00
bilinearfilter_arm.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
bilinearfilter_arm.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dequantize_arm.c Remove intermediate step in vp8_dequantize_b 2014-05-14 12:24:18 -07:00
filter_arm.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
loopfilter_arm.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08"" 2014-08-29 13:29:36 -07:00