Use defines for inline and __builtin_prefetch
authorJohann <johannkoenig@google.com>
Tue, 16 Dec 2014 23:08:16 +0000 (15:08 -0800)
committerJohann <johannkoenig@google.com>
Tue, 16 Dec 2014 23:21:19 +0000 (15:21 -0800)
commit2fdbf70d4079342b9305bbbfcea2e632a565e739
tree9d93664030d0cc4a08cbee4f5ca67cbe4a4a48d2
parent2a64ed9b702af6d9f854ccba2e2401eec8b67ef2
Use defines for inline and __builtin_prefetch

These were established for compatibility. Make sure to use them.

Most frequently they manifest as issues on Visual Studio builds.

Change-Id: I39d764d2eb341b999d7a6132cb44b2acfc511160
vp9/common/arm/neon/vp9_convolve8_avg_neon.c
vp9/common/arm/neon/vp9_convolve8_neon.c
vp9/common/arm/neon/vp9_idct16x16_add_neon.c
vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
vp9/common/arm/neon/vp9_idct32x32_add_neon.c
vp9/common/arm/neon/vp9_idct8x8_add_neon.c
vp9/common/arm/neon/vp9_iht4x4_add_neon.c
vp9/common/arm/neon/vp9_iht8x8_add_neon.c
vp9/common/arm/neon/vp9_loopfilter_neon.c