[FFmpeg-devel] [PATCH] Prepare for optimised forward MDCT implementations

Måns Rullgård mans
Fri Sep 11 02:53:23 CEST 2009


Alex Converse <alex.converse at gmail.com> writes:

> On Thu, Sep 10, 2009 at 2:17 PM, Mans Rullgard <mans at mansr.com> wrote:
>> This adds a function pointer for forward MDCT to FFTContext and
>> initialises it with the existing C function. ?ff_calc_mdct() is
>> changed to an inline function calling the selected version as
>> done for other fft/mdct functions.
>
> So is ff_calc_mdct still going to be the preferred way to take a
> forward mdct?

I don't care how it's done.  I did it like that for two reasons: it
was already done for imdct, and it made the patch smaller.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list