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
dsputil_altivec.h
dsputil_ppc.c
dsputil_ppc.h
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
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
mpegvideo_altivec.c
types_altivec.h
util_altivec.h
vc1dsp_altivec.c
vp3dsp_altivec.c