vpx/vp8/common/arm/neon
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
..
bilinearpredict_neon.c Remove sixtap/bilinear 4x4 neon implementations 2016-05-06 17:20:15 -07:00
copymem_neon.c VP8 for ARMv8 by using NEON intrinsics 02 2014-02-23 22:56:53 +08:00
dc_only_idct_add_neon.c VP8 for ARMv8 by using NEON intrinsics 03 2014-02-26 09:28:29 +08:00
dequant_idct_neon.c VP8 for ARMv8 by using NEON intrinsics 04 2014-02-26 09:59:23 +08:00
dequantizeb_neon.c Remove intermediate step in vp8_dequantize_b 2014-05-14 12:24:18 -07:00
idct_blk_neon.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
idct_dequant_0_2x_neon.c idct_dequant_0_2x_neon: quiet uninit var warnings 2015-06-25 20:29:35 -07:00
idct_dequant_full_2x_neon.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee5. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb." 2014-08-20 09:41:50 -07:00
iwalsh_neon.c VP8 for ARMv8 by using NEON intrinsics 07 2014-05-02 09:24:54 -07:00
loopfiltersimplehorizontaledge_neon.c Use INLINE and include vpx_config.h instead of plain 'inline' 2014-05-04 22:42:13 +03:00
loopfiltersimpleverticaledge_neon.c loopfiltersimpleverticaledge_neon: quiet uninit var warnings 2015-06-30 23:23:59 -07:00
mbloopfilter_neon.c Use INLINE and include vpx_config.h instead of plain 'inline' 2014-05-04 22:42:13 +03:00
shortidct4x4llm_neon.c VP8 for ARMv8 by using NEON intrinsics 13 2014-05-03 19:07:05 -07:00
sixtappredict_neon.c Remove sixtap/bilinear 4x4 neon implementations 2016-05-06 17:20:15 -07:00
vp8_loopfilter_neon.c Rename vp8 loopfilter[_neon.c] 2015-08-18 11:47:00 -07:00