1) remove TBL support in PPC performance. It's much more useful to use the
authorRomain Dolbeau <dolbeau@irisa.fr>
Wed, 9 Jul 2003 20:18:13 +0000 (20:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Jul 2003 20:18:13 +0000 (20:18 +0000)
commite45a2872fafe631c14aee9f79d0963d68c4fc1fd
tree8c559f7a215414fb8207f7f524702d11d5b9dce0
parent0273ceebbd01f9fd5238558e6151e0b9aa3305ab
1) remove TBL support in PPC performance. It's much more useful to use the
    PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless
    code around
2) make the PPC perf stuff a configure option
3) make put_pixels16_altivec a bit faster by unrolling the loop by 4
patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
ffmpeg.c
libavcodec/ppc/dsputil_altivec.c
libavcodec/ppc/dsputil_ppc.c
libavcodec/ppc/dsputil_ppc.h
libavcodec/ppc/fft_altivec.c
libavcodec/ppc/gmc_altivec.c
libavcodec/ppc/idct_altivec.c
libavcodec/ppc/mpegvideo_altivec.c