vpx/vp8/common/arm
James Zern fd3658b0e4 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
this macro was used inconsistently and only differs in behavior from
DECLARE_ALIGNED when an alignment attribute is unavailable. this macro
is used with calls to assembly, while generic c-code doesn't rely on it,
so in a c-only build without an alignment attribute the code will
function as expected.

Change-Id: Ie9d06d4028c0de17c63b3a27e6c1b0491cc4ea79
2015-05-07 11:55:08 -07:00
..
armv6 Move shared SAD code to vpx_dsp 2015-05-06 16:58:20 -07:00
neon replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -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
variance_arm.c vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of NEON intrinsics. 2014-09-05 12:24:05 +00:00