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
This commit is contained in:
Romain Dolbeau
2003-07-09 20:18:13 +00:00
committed by Michael Niedermayer
parent 0273ceebbd
commit e45a2872fa
9 changed files with 198 additions and 219 deletions

View File

@@ -2757,10 +2757,10 @@ int main(int argc, char **argv)
av_free_static();
#ifdef POWERPC_TBL_PERFORMANCE_REPORT
#ifdef POWERPC_PERFORMANCE_REPORT
extern void powerpc_display_perf_report(void);
powerpc_display_perf_report();
#endif /* POWERPC_TBL_PERFORMANCE_REPORT */
#endif /* POWERPC_PERFORMANCE_REPORT */
#ifndef CONFIG_WIN32
if (received_sigterm) {