mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
channelmix: reuse more functions
Make some copy/vol functions and reuse them. Reuse the 2->3p1 upmix code, tweak it a little to that the widen param is always used.
This commit is contained in:
parent
e12e4295cf
commit
66e4334c92
3 changed files with 110 additions and 242 deletions
|
|
@ -138,7 +138,6 @@ DEFINE_FUNCTION(f32_n_m, c);
|
|||
DEFINE_FUNCTION(f32_1_2, c);
|
||||
DEFINE_FUNCTION(f32_2_1, c);
|
||||
DEFINE_FUNCTION(f32_4_1, c);
|
||||
DEFINE_FUNCTION(f32_3p1_1, c);
|
||||
DEFINE_FUNCTION(f32_2_4, c);
|
||||
DEFINE_FUNCTION(f32_2_3p1, c);
|
||||
DEFINE_FUNCTION(f32_2_5p1, c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue