pulseaudio/src/modules/echo-cancel/adrian-aec-orc.orc
Arun Raghavan 83d3c8f22b 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.
2010-09-23 17:17:03 +05:30

8 lines
144 B
Text

.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