aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/hrtf_inc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use template declarations for the HRTF mixersChris Robinson2019-01-231-15/+16
|
* Clean up some initializers and use of C methodsChris Robinson2019-01-061-1/+1
|
* Handle all input channels in MixDirectHrtfChris Robinson2018-12-311-25/+29
|
* Further improve HRTF methods to avoid masking in the inner loopsChris Robinson2018-12-311-72/+136
|
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-261-10/+13
|
* Avoid masking in ApplyCoeffs's inner loopChris Robinson2018-12-261-5/+2
| | | | | This unfortunately does not apply to NEON, which would need a bit more reworking of its method.
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Convert the mixers to C++Chris Robinson2018-11-171-0/+128