From 06d01188e94321113684a271f62f6b0f2b818e53 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Wed, 30 Jun 2010 20:11:27 +0000 Subject: More mp{1,2,3} 32-point DCT transform to our common DCT framework. Should allow for future SIMD optimizations. Originally committed as revision 23912 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 9cf2fd9aa2..227f07c7b1 100644 --- a/libavcodec/fft.h +++ b/libavcodec/fft.h @@ -228,6 +228,7 @@ struct DCTContext { const float *costab; FFTSample *csc2; void (*dct_calc)(struct DCTContext *s, FFTSample *data); + void (*dct32)(FFTSample *out, const FFTSample *in); }; /** -- cgit v1.2.3