pipewire/spa/plugins/audioconvert
Wim Taymans 565bb2c493 resample: fix peaks sse code
Fix the shuffle arguments.
Use another way of making 0x80000000 and use andnot to remove the
sign bit.
2022-09-14 16:58:41 +02:00
..
audioadapter.c
audioconvert.c audioconvert: set monitor port buffer size correctly 2022-09-08 12:25:28 +02:00
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 audioconvert: remove some double defines 2022-09-07 16:08:21 +02:00
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: remove S32_SCALE 2022-07-20 17:45:34 +02:00
fmt-ops-c.c audioconvert: improve noise bits 2022-07-18 11:41:57 +02:00
fmt-ops-neon.c audioconvert: fix rounding on arm neon 2022-07-21 17:24:55 +02:00
fmt-ops-sse2.c audioconvert: improve noise bits 2022-07-18 11:41:57 +02:00
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c audioconvert: improve noise bits 2022-07-18 11:41:57 +02:00
fmt-ops.h audioconvert: remove S32_SCALE 2022-07-20 17:45:34 +02:00
hilbert.h
law.h
meson.build audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
plugin.c
resample-native-avx.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-native-c.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-native-impl.h
resample-native-neon.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-native-sse.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-native-ssse3.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-native.c audioconvert: tweak resampler window some more 2022-07-20 10:18:47 +02:00
resample-peaks-c.c audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-peaks-impl.h audioconvert: refactor peaks resampler 2022-09-07 16:00:31 +02:00
resample-peaks-sse.c resample: fix peaks sse code 2022-09-14 16:58:41 +02:00
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 audioconvert: add different channel remap testcase 2022-07-18 20:33:05 +02:00
test-channelmix.c
test-fmt-ops.c audioconvert: fix rounding on arm neon 2022-07-21 17:24:55 +02:00
test-helper.h
test-resample.c
test-source.c spa: don't warn for NULL io 2022-09-01 15:31:14 +02:00
volume-ops-c.c
volume-ops-sse.c
volume-ops.c
volume-ops.h