ffmpeg/libavcodec/ppc
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers
Instead of filling a local array with the desired value and loading it,
load a single element and vec_splat() it to fill the vector.

Originally committed as revision 19691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-24 10:36:13 +00:00
..
check_altivec.c Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. 2009-05-09 12:26:05 +00:00
dsputil_altivec.c Remove useless casts of vec_ld() parameters. 2009-05-18 08:21:50 +00:00
dsputil_altivec.h
dsputil_ppc.c Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 2009-07-29 09:54:49 +00:00
dsputil_ppc.h Change HAVE_PPC64 to ARCH_PPC64. 2009-05-26 05:00:51 +00:00
fdct_altivec.c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 2009-04-12 21:45:26 +00:00
fft_altivec.c
float_altivec.c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 2009-04-12 21:45:26 +00:00
gmc_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
h264_altivec.c Altivec version of avg_no_rnd_vc1_chroma_mc8 2009-04-15 06:23:40 +00:00
h264_template_altivec.c Altivec version of avg_no_rnd_vc1_chroma_mc8 2009-04-15 06:23:40 +00:00
idct_altivec.c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 2009-04-12 21:45:26 +00:00
int_altivec.c
mathops.h Include required headers in {mips,ppc}/mathops.h 2009-08-23 11:02:41 +00:00
mpegvideo_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
types_altivec.h
util_altivec.h
vc1dsp_altivec.c
vp3dsp_altivec.c Altivec VP3 IDCT 2009-05-25 22:19:35 +00:00