replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
authorJames Zern <jzern@google.com>
Sat, 2 May 2015 20:24:16 +0000 (13:24 -0700)
committerJames Zern <jzern@google.com>
Thu, 7 May 2015 18:55:08 +0000 (11:55 -0700)
commitfd3658b0e4b52b5045b4881900292258ed106f39
tree2d44fe3f9faa39af60a67f06a79880ec0294be07
parent76a08210b667f5c7ce8d64d930382c948dbeaea7
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
35 files changed:
test/dct16x16_test.cc
test/dct32x32_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc
test/lpf_8_test.cc
test/partial_idct_test.cc
test/vp8_denoiser_sse2_test.cc
test/vp9_denoiser_sse2_test.cc
test/vp9_error_block_test.cc
test/vp9_intrapred_test.cc
test/vp9_quantize_test.cc
vp8/common/arm/filter_arm.c
vp8/common/arm/neon/vp8_subpixelvariance_neon.c
vp8/common/x86/vp8_asm_stubs.c
vp8/encoder/mcomp.c
vp8/encoder/rdopt.c
vp8/encoder/temporal_filter.c
vp8/encoder/x86/quantize_sse2.c
vp9/common/arm/neon/vp9_convolve_neon.c
vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c
vp9/common/mips/dspr2/vp9_convolve8_dspr2.c
vp9/common/vp9_convolve.c
vp9/common/vp9_reconintra.c
vp9/common/x86/vp9_asm_stubs.c
vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
vp9/common/x86/vp9_loopfilter_intrin_sse2.c
vp9/encoder/arm/neon/vp9_variance_neon.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_temporal_filter.c
vp9/encoder/vp9_variance.c
vp9/encoder/x86/vp9_dct_impl_sse2.c
vpx_ports/mem.h