You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Math: IIR DF1: Add a simplified 4th order IIR process function
The 4th filter with two biquads in series is commonly used in
crossover and multiband DRC components. The omitting of outer
loop for parallel biquads and check for null coefficients and
use of fixed loop count of two makes the critical code faster.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
0 commit comments