Files
ffmpeg/libavfilter/x86
Niklas Haas f3346ca6f7 avfilter/x86/f_ebur128: only use filter_channels_avx for >= 2 channels
The approach of this ASM routine is to process two channels at a time using
AVX instructions. Obviously, there is no point in doing this if there is only
a single channel; in which case the scalar loop would be better.

Fixes a performance regression when filtering mono audio on certain CPUs,
notably e.g. the Intel N100.
2025-11-25 22:13:57 +00:00
..
2025-09-21 11:02:41 +00:00
2025-11-17 12:18:12 +01:00
2025-11-17 12:18:12 +01:00