diff fft.h @ 12099:1bf322283429 libavcodec

SSE optimized 32-point DCT
author vitor
date Tue, 06 Jul 2010 16:58:54 +0000
parents c80c7a717156
children b25537518e40
line wrap: on
line diff
--- a/fft.h	Tue Jul 06 13:22:44 2010 +0000
+++ b/fft.h	Tue Jul 06 16:58:54 2010 +0000
@@ -112,6 +112,7 @@
 void ff_fft_init_altivec(FFTContext *s);
 void ff_fft_init_mmx(FFTContext *s);
 void ff_fft_init_arm(FFTContext *s);
+void ff_dct_init_mmx(DCTContext *s);
 
 /**
  * Do the permutation needed BEFORE calling ff_fft_calc().