pipewire/spa/plugins/audioconvert
Wim Taymans 1b3aaba206 fmt-ops: set the right flags on optimized functions
Or else we could select an avx2 version on a non-capable CPU.

Fixes #227
2020-04-02 17:34:47 +02:00
..
audioadapter.c Use SPA_IO_BUFFERS_INIT when we can 2020-03-19 13:09:21 +01:00
audioconvert.c Use SPA_IO_BUFFERS_INIT when we can 2020-03-19 13:09:21 +01:00
benchmark-fmt-ops.c fmt-ops: flesh out avx optimizations 2020-03-17 17:27:47 +01:00
benchmark-resample.c
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c
channelmix-ops.h
channelmix.c add some more debug 2020-03-19 13:00:35 +01:00
fmt-ops-avx2.c fmt-ops: fix 32 bit compilation 2020-03-23 14:18:10 +01:00
fmt-ops-c.c
fmt-ops-neon.c fmt-ops: fix copy/paste error 2020-03-30 11:02:13 -04:00
fmt-ops-sse2.c
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c fmt-ops: set the right flags on optimized functions 2020-04-02 17:34:47 +02:00
fmt-ops.h fmt-ops: add neon optimizations for format conversion 2020-03-30 10:59:21 -04:00
fmtconvert.c fmtconvert: order formats better 2020-03-24 11:47:41 +01:00
merger.c small optimizations 2020-03-18 15:43:29 +01:00
meson.build fmt-ops: add neon optimizations for format conversion 2020-03-30 10:59:21 -04:00
plugin.c
resample-native-avx.c
resample-native-c.c
resample-native-impl.h resample: add neon optimizations 2020-03-27 08:27:11 -04:00
resample-native-neon.c neon: fix resample interpolation 2020-04-01 13:07:52 +02:00
resample-native-sse.c
resample-native-ssse3.c
resample-native.h resample: add neon optimizations 2020-03-27 08:27:11 -04:00
resample-peaks-sse.h
resample-peaks.h small optimizations 2020-03-18 15:43:29 +01:00
resample.c add some more debug 2020-03-19 13:00:35 +01:00
resample.h
spa-resample.c clean up options 2020-04-02 14:34:02 +02:00
splitter.c small optimizations 2020-03-18 15:43:29 +01:00
test-audioadapter.c
test-audioconvert.c
test-channelmix.c
test-fmt-ops.c
test-resample.c
test-source.c