android_external_ffmpeg/libavcodec/ppc
Mans Rullgard f79364b2c3 ppc: fix Altivec build with old compilers
The vec_splat() intrinsic requires a constant argument for the
element number, and the code relies on the compiler unrolling
the loop to provide this.  Manually unrolling the loop avoids
this reliance and works with all compilers.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-08 23:14:51 +01:00
..
asm.S
dsputil_altivec.c
dsputil_altivec.h
dsputil_ppc.c Add more missing includes after removing the implicit common.h 2012-08-16 10:49:54 +03:00
fdct_altivec.c
fft_altivec.c
fft_altivec_s.S
float_altivec.c
fmtconvert_altivec.c ppc: fix Altivec build with old compilers 2012-10-08 23:14:51 +01:00
gmc_altivec.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
h264_altivec.c
h264_altivec_template.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
idct_altivec.c
int_altivec.c
Makefile
mathops.h
mpegaudiodec_altivec.c
mpegvideo_altivec.c
vc1dsp_altivec.c
vp3dsp_altivec.c
vp8dsp_altivec.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00