pipewire/spa/plugins/audioconvert
Wim Taymans 419517fd55 audioconvert: build C versions with -Ofast and -ffast-math
Move resampler implementations to a -c version.
Compile some of the functions with other flags to make them more
optimized.
2022-07-14 10:07:07 +02:00
..
audioadapter.c
audioconvert.c
benchmark-fmt-ops.c
benchmark-resample.c
biquad.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
biquad.h
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c
channelmix-ops.h
crossover.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
crossover.h
delay.h
fmt-ops-avx2.c audioconvert: round instead of truncate, to reduce distortion 2022-07-13 20:56:13 +02:00
fmt-ops-c.c
fmt-ops-neon.c
fmt-ops-sse2.c audioconvert: round instead of truncate, to reduce distortion 2022-07-13 20:56:13 +02:00
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c
fmt-ops.h audioconvert: round instead of truncate, to reduce distortion 2022-07-13 20:56:13 +02:00
hilbert.h
law.h
meson.build audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
plugin.c
resample-native-avx.c
resample-native-c.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
resample-native-impl.h
resample-native-neon.c
resample-native-sse.c
resample-native-ssse3.c
resample-native.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
resample-peaks-c.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
resample-peaks-impl.h audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
resample-peaks-sse.c
resample-peaks.c audioconvert: build C versions with -Ofast and -ffast-math 2022-07-14 10:07:07 +02:00
resample.h
spa-resample.c
test-audioadapter.c
test-audioconvert.c
test-channelmix.c
test-fmt-ops.c audioconvert: round instead of truncate, to reduce distortion 2022-07-13 20:56:13 +02:00
test-helper.h
test-resample.c
test-source.c
volume-ops-c.c
volume-ops-sse.c
volume-ops.c
volume-ops.h