[FFmpeg-devel] [PATCH 1/6] opus: convert encoder and decoder to lavu/tx

Martin Storsjö martin at martin.st
Sat Sep 24 21:42:48 EEST 2022


On Sat, 24 Sep 2022, Lynne wrote:

> This commit changes both the encoder and decoder to use the new lavu/tx code,
> which has faster C transforms and more assembly optimizations.

What's the case of e.g. 32 bit arm - that does have a bunch of fft and 
mdct assembly, but is that something that ends up used by opus today, or 
does the mdct15 stuff use separate codepaths that aren't optimized there 
today yet?

// Martin



More information about the ffmpeg-devel mailing list