From 4dcc4f8eaa23dc3ff85f6b4eed58d719e50cbe92 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 6 Jul 2010 16:58:54 +0000 Subject: SSE optimized 32-point DCT Originally committed as revision 24077 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/fft.h') diff --git a/libavcodec/fft.h b/libavcodec/fft.h index 8930c93ec7..eb6714fe95 100644 --- a/libavcodec/fft.h +++ b/libavcodec/fft.h @@ -112,6 +112,7 @@ void ff_fft_calc_c(FFTContext *s, FFTComplex *z); 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(). -- cgit v1.2.3