aom/vpx_ports
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
..
arm.h Clarify GCC version check 2014-09-25 11:53:45 -07:00
arm_cpudetect.c Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
config.h vpx_ports: normalize include guards 2013-12-16 19:41:10 -08:00
emmintrin_compat.h vpx_ports: normalize include guards 2013-12-16 19:41:10 -08:00
emms.asm Add support for x64 and win64 yasm flags. 2013-01-31 16:25:37 -08:00
mem.h replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
mem_ops.h inline vpx functions in headers to avoid unused function warning 2014-08-12 16:52:33 -07:00
mem_ops_aligned.h inline vpx functions in headers to avoid unused function warning 2014-08-12 16:52:33 -07:00
vpx_once.h Reorganize *_rtcd() calling conventions 2015-04-15 11:12:05 -04:00
vpx_ports.mk Remove last remnants of obj_int_extract 2015-03-18 11:06:53 -07:00
vpx_timer.h Include vpx_config.h in vpx_timer.h 2014-08-18 11:02:16 -07:00
x86.h x86_simd_caps: check max cpuid before testing AVX2 2015-04-24 19:24:14 -07:00
x86_abi_support.asm x86_abi_support: set LIBVPX_RAND w/vp9-postproc 2014-12-12 11:07:29 -08:00