ffmpeg/libavcodec/ppc
Romain Dolbeau e45a2872fa 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
2003-07-09 20:18:13 +00:00
..
dsputil_altivec.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
dsputil_altivec.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
dsputil_ppc.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
dsputil_ppc.h 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
fft_altivec.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
gcc_fixes.h PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 2003-07-04 09:39:05 +00:00
gmc_altivec.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
idct_altivec.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
mpegvideo_altivec.c 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
mpegvideo_ppc.c altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) 2003-03-06 12:06:00 +00:00