aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/hrtfbase.h
Commit message (Collapse)AuthorAgeFilesLines
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-2/+2
| | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places.
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-2/+2
|
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-2/+2
|
* Make and use a processHfScale function with a separate outputChris Robinson2022-03-311-6/+7
|
* Remove the reversed all-pass trick in MixDirectHrtfBaseChris Robinson2022-03-301-39/+8
| | | | Given the minimum phase HRTF, it's not going to stay linear phase anyway.
* Use spans instead of references to arraysChris Robinson2021-02-061-6/+6
|
* Use more constexpr variables instead of macrosChris Robinson2020-12-251-11/+11
|
* Be more consistent with size_tChris Robinson2020-12-121-3/+3
|
* Move the mixer functions to coreChris Robinson2020-12-121-0/+159