[FFmpeg-devel] [PATCH] split-radix FFT
Loren Merritt
lorenm
Wed Aug 6 12:50:43 CEST 2008
On Wed, 6 Aug 2008, Siarhei Siamashka wrote:
> Further MDCT and windowing function related optimizations
> are also quite interesting (is there any progress to get this stuff
> committed by the way?).
My further mdct optimizations (which patch I have not posted since it
shouldn't be controversial) depends on split-radix. Merging mdct reorder
with mdct post-rotation is better than merging it with windowing. Yes,
post-rotation and windowing could also be merged (if you have enough
registers; maybe not on x86_32), but that would be even more complex than
my previous windowing patch.
--Loren Merritt
More information about the ffmpeg-devel
mailing list