aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/filters/splitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove restrict from in+out parametersChris Robinson2019-04-281-3/+3
* Add a method to apply an HF scale without band-splittingChris Robinson2019-03-101-1/+35
* Remove RESTRICT from the bandsplitter process methodChris Robinson2019-02-211-1/+1
* Make the band-splitter and splitter-allpass filters templatedChris Robinson2019-01-061-22/+31
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-2/+2
* Clean up some math stuffChris Robinson2018-12-221-2/+3
* Rename a member variable and inline a functionChris Robinson2018-12-081-6/+3
* Inline a simple methodChris Robinson2018-12-081-7/+0
* Use class methods for BandSplitter and SplitterAllpass filtersChris Robinson2018-12-051-33/+30
* Avoid using AL types with the filtersChris Robinson2018-12-041-9/+9
* Avoid some more explicit loops in the filtersChris Robinson2018-12-041-37/+29
* Convert the band-split filter to C++Chris Robinson2018-11-031-0/+109