comparison ppc/dsputil_ppc.c @ 1879:dd63cb7e5080 libavcodec

fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
author michael
date Sat, 13 Mar 2004 21:43:24 +0000
parents b370288f004d
children 66215baae7b9
comparison
equal deleted inserted replaced
1878:838c18d1e7fc 1879:dd63cb7e5080
44 44
45 #ifdef POWERPC_PERFORMANCE_REPORT 45 #ifdef POWERPC_PERFORMANCE_REPORT
46 unsigned long long perfdata[POWERPC_NUM_PMC_ENABLED][powerpc_perf_total][powerpc_data_total]; 46 unsigned long long perfdata[POWERPC_NUM_PMC_ENABLED][powerpc_perf_total][powerpc_data_total];
47 /* list below must match enum in dsputil_ppc.h */ 47 /* list below must match enum in dsputil_ppc.h */
48 static unsigned char* perfname[] = { 48 static unsigned char* perfname[] = {
49 "fft_calc_altivec", 49 "ff_fft_calc_altivec",
50 "gmc1_altivec", 50 "gmc1_altivec",
51 "dct_unquantize_h263_altivec", 51 "dct_unquantize_h263_altivec",
52 "fdct_altivec", 52 "fdct_altivec",
53 "idct_add_altivec", 53 "idct_add_altivec",
54 "idct_put_altivec", 54 "idct_put_altivec",