-
Notifications
You must be signed in to change notification settings - Fork 322
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: Switch to HiFi5 optimized IIR DF1 type
The direct-form I (DF1) is compatible with direct-form-transposed (DF2T). The filter type is changed since DF1 is better potential for optimization for SIMD. In a build for a HiFi5 platform this and previous patch for crossover filterbank gives with three bands DRC a saving of 6.1 MCPS, from 96.5 MCPS to 90.4 MCPS. Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters