Mercurial > libavcodec.hg
comparison ppc/dsputil_ppc.h @ 1578:6a4cfc5f9f96 libavcodec
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)
author | michael |
---|---|
date | Sun, 26 Oct 2003 10:14:05 +0000 |
parents | e8ff4783f188 |
children | 66215baae7b9 |
comparison
equal
deleted
inserted
replaced
1577:dbd0ede6623d | 1578:6a4cfc5f9f96 |
---|---|
38 in dsputil_ppc.c */ | 38 in dsputil_ppc.c */ |
39 enum powerpc_perf_index { | 39 enum powerpc_perf_index { |
40 altivec_fft_num = 0, | 40 altivec_fft_num = 0, |
41 altivec_gmc1_num, | 41 altivec_gmc1_num, |
42 altivec_dct_unquantize_h263_num, | 42 altivec_dct_unquantize_h263_num, |
43 altivec_fdct, | |
43 altivec_idct_add_num, | 44 altivec_idct_add_num, |
44 altivec_idct_put_num, | 45 altivec_idct_put_num, |
45 altivec_put_pixels16_num, | 46 altivec_put_pixels16_num, |
46 altivec_avg_pixels16_num, | 47 altivec_avg_pixels16_num, |
47 altivec_avg_pixels8_num, | 48 altivec_avg_pixels8_num, |