vpx/vp9/encoder/arm/neon
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
..
vp9_avg_neon.c Add Neon intrinsics for vp9_avg_8x8_neon 2015-01-15 15:32:40 -08:00
vp9_dct_neon.c Add Neon intrinsic vp9_fdct8x8_quant_neon 2015-01-24 22:49:50 -08:00
vp9_quantize_neon.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_subtract_neon.c Neon version of vp9_subtract_block() 2014-07-31 09:28:06 -07:00
vp9_variance_neon.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00