ffmpeg/libavcodec/ppc
Loren Merritt b1159ad928 refactor and optimize scalarproduct
29-105% faster apply_filter, 6-90% faster ape decoding on core2
(Any x86 other than core2 probably gets much less, since this is mostly due to ssse3 cachesplit avoidance and I haven't written the full gamut of other cachesplit modes.)
9-123% faster ape decoding on G4.

Originally committed as revision 20739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-05 15:09:10 +00:00
..
check_altivec.c
dsputil_altivec.c PPC: remove unnecessary alignment on local variables 2009-08-24 21:42:22 +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
fft_altivec.c Move per-arch fft init bits into the corresponding subdirs 2009-09-15 21:14:14 +00:00
float_altivec.c cosmetics: fix indentation after previous commit 2009-09-27 16:52:00 +00:00
gmc_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
h264_altivec.c
h264_template_altivec.c
idct_altivec.c
int_altivec.c refactor and optimize scalarproduct 2009-12-05 15:09:10 +00:00
mathops.h Add necessary #include for config.h. 2009-08-24 10:59:14 +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