mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
echo-cancel: orc-ify some bits for optimisation
This uses Orc to optimise an inner loop in the core NLMS function of the Adrian echo canceller.
This commit is contained in:
parent
963250abb9
commit
83d3c8f22b
9 changed files with 472 additions and 5 deletions
8
src/modules/echo-cancel/adrian-aec-orc.orc
Normal file
8
src/modules/echo-cancel/adrian-aec-orc.orc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.function update_tap_weights
|
||||
.dest 4 w float
|
||||
.source 4 xf float
|
||||
.floatparam 4 mikro_ef
|
||||
.temp 4 tmp float
|
||||
|
||||
mulf tmp, mikro_ef, xf
|
||||
addf w, w, tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue