mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
The naming was what it was because of the way orc.mak was originally written. This has changed now.
8 lines
144 B
Text
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
|