mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: optimize lr4 handling
Make an SSE optimized LR4 function and one that handles 2 LR4s in parallel.
This commit is contained in:
parent
fec3730489
commit
ad84c45c0c
7 changed files with 160 additions and 59 deletions
|
|
@ -25,6 +25,7 @@ struct biquad {
|
|||
|
||||
/* The type of the biquad filters */
|
||||
enum biquad_type {
|
||||
BQ_NONE,
|
||||
BQ_LOWPASS,
|
||||
BQ_HIGHPASS,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue