Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: Multiband DRC: Change emphasis filter to iir_df1_4th()
This patch changes in multiband DRC component the emphasis and de-emphasis IIR filters to use the optimized 4th order IIR code. The patch for crossover already covered the bands filter bank. This change saves additional 2 MCPS in a HiFi5 build of the component. From 85.17 MCPS to 83.44 MCPS. The change is not restricting configuration. The existing filters are hard-coded to 4th order (SOF_EMP_DEEMP_BIQUADS). Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information