comparison dsputil.h @ 10176:278d78d1bf19 libavcodec

10l: fix ff_fft_init_arm() prototype
author mru
date Tue, 15 Sep 2009 23:14:55 +0000
parents 5cf49858179a
children 38ab367d4231
comparison
equal deleted inserted replaced
10175:5cf49858179a 10176:278d78d1bf19
697 void ff_fft_permute_c(FFTContext *s, FFTComplex *z); 697 void ff_fft_permute_c(FFTContext *s, FFTComplex *z);
698 void ff_fft_calc_c(FFTContext *s, FFTComplex *z); 698 void ff_fft_calc_c(FFTContext *s, FFTComplex *z);
699 699
700 void ff_fft_init_altivec(FFTContext *s); 700 void ff_fft_init_altivec(FFTContext *s);
701 void ff_fft_init_mmx(FFTContext *s); 701 void ff_fft_init_mmx(FFTContext *s);
702 void ff_fft_init_neon(FFTContext *s); 702 void ff_fft_init_arm(FFTContext *s);
703 703
704 /** 704 /**
705 * Do the permutation needed BEFORE calling ff_fft_calc(). 705 * Do the permutation needed BEFORE calling ff_fft_calc().
706 */ 706 */
707 static inline void ff_fft_permute(FFTContext *s, FFTComplex *z) 707 static inline void ff_fft_permute(FFTContext *s, FFTComplex *z)