forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: MDRC: Restructure Multiband DRC for more effective memory allo…
…cation The coefficient allocation for the crossover, emphasis, and deemphasis filters is combined into a single contiguous memory block with this check-in. Benefits include decreased heap fragmentation risk, better cache performance because of data locality, and less memory allocation overhead. A significant reduction in the complexity of memory management logic makes the code less prone to memory leaks and easier to maintain. Signed-off-by: Shriram Shastry <[email protected]>
- Loading branch information
1 parent
2f3f877
commit d6d6854
Showing
1 changed file
with
33 additions
and
6 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