comparison twinvq.c @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 89cd870ca180
children 6d653bb57c58
comparison
equal deleted inserted replaced
10198:78af613fc316 10199:38ab367d4231
170 }; 170 };
171 171
172 typedef struct TwinContext { 172 typedef struct TwinContext {
173 AVCodecContext *avctx; 173 AVCodecContext *avctx;
174 DSPContext dsp; 174 DSPContext dsp;
175 MDCTContext mdct_ctx[3]; 175 FFTContext mdct_ctx[3];
176 176
177 const ModeTab *mtab; 177 const ModeTab *mtab;
178 178
179 // history 179 // history
180 float lsp_hist[2][20]; ///< LSP coefficients of the last frame 180 float lsp_hist[2][20]; ///< LSP coefficients of the last frame