[FFmpeg-devel] [PATCH 02/11] lavu/tx: refactor power-of-two FFT

Lynne dev at lynne.ee
Mon Apr 19 23:21:36 EEST 2021


This commit refactors the power-of-two FFT, making it faster and 
halving the size of all tables, making the code much smaller on
all systems, and making initialization much faster.
This removes the big/small pass split, because on modern systems
the "big" pass is always faster, and even on older machines there
is no measurable speed difference.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavu-tx-refactor-power-of-two-FFT.patch
Type: text/x-patch
Size: 8968 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210419/41bc5ab8/attachment.bin>


More information about the ffmpeg-devel mailing list