pipewire/spa/plugins/audioconvert
Wim Taymans b7928799e5 channelmix: fix normalization
Don't count the sum for unused matrix coefficients. When doing pairing,
we set the mask to ~0 and so we would otherwise count too much.

Apply normalization to the active matrix coefficients, not whatever the
loop variables end up being at the end of the loops.
2022-09-29 12:29:36 +02:00
..
audioadapter.c spa: a Flush command does not stop processing 2022-09-26 11:10:02 +02:00
audioconvert.c audioconvert: handle NULL params 2022-09-28 12:14:52 +02:00
benchmark-fmt-ops.c
benchmark-resample.c
biquad.c
biquad.h
channelmix-ops-c.c channelmix: add optimised NxM channelmix functions 2022-09-28 17:50:59 +02:00
channelmix-ops-sse.c channelmix: add optimised NxM channelmix functions 2022-09-28 17:50:59 +02:00
channelmix-ops.c channelmix: fix normalization 2022-09-29 12:29:36 +02:00
channelmix-ops.h channelmix: add optimised NxM channelmix functions 2022-09-28 17:50:59 +02:00
crossover.c
crossover.h
delay.h
fmt-ops-avx2.c
fmt-ops-c.c
fmt-ops-neon.c audioconvert: fix rounding on arm neon 2022-07-21 17:24:55 +02:00
fmt-ops-sse2.c audioconvert: use calculated random value 2022-09-29 09:27:28 +02:00
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c
fmt-ops.h
hilbert.h
law.h
meson.build audioconvert: add peaks test 2022-09-27 12:14:43 +02:00
peaks-ops-c.c audioconvert: move peaks functions to separate file 2022-09-27 11:25:02 +02:00
peaks-ops-sse.c audioconvert: move peaks functions to separate file 2022-09-27 11:25:02 +02:00
peaks-ops.c audioconvert: move peaks functions to separate file 2022-09-27 11:25:02 +02:00
peaks-ops.h audioconvert: move peaks functions to separate file 2022-09-27 11:25:02 +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: add resample.prefill option 2022-09-19 12:35:49 +02:00
resample-peaks.c audioconvert: move peaks functions to separate file 2022-09-27 11:25:02 +02:00
resample.h audioconvert: add resample.prefill option 2022-09-19 12:35:49 +02:00
spa-resample.c
test-audioadapter.c
test-audioconvert.c
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-peaks.c audioconvert: add peaks test 2022-09-27 12:14:43 +02:00
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