aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer
Commit message (Expand)AuthorAgeFilesLines
* Improve the gain stepping difference checkChris Robinson2018-09-223-12/+15
* Use ALsizei for the source resample positionChris Robinson2018-09-184-7/+4
* Handle the bsinc C resampler like the othersChris Robinson2018-09-173-47/+36
* Slightly restructure some loopsChris Robinson2018-09-033-39/+34
* Extract SIMD values right before using themChris Robinson2018-09-033-21/+21
* Use shuffle+cvt to extract SIMD values instead of storing to memoryChris Robinson2018-08-261-2/+5
* Simplify counting for the bsinc FIR loopChris Robinson2018-05-192-8/+16
* Simplify counting for SIMD MixRow functionsChris Robinson2018-05-152-16/+20
* Use a step counter for gain steppingChris Robinson2018-05-144-76/+100
* Add some more ASSUME statementsChris Robinson2018-04-213-0/+6
* Remove unnecessary undefsChris Robinson2018-04-193-3/+0
* Add some ASSUME statements that ensure mixing at least 1 sampleChris Robinson2018-04-186-0/+25
* Add an ASSUME macro that requires a true conditionChris Robinson2018-04-173-0/+6
* Move the filter implementation to a separate directoryChris Robinson2018-03-221-39/+0
* Rename mixer_inc.c to hrtf_inc.cChris Robinson2018-03-224-3/+3
* Move mixer sources into a sub-directoryChris Robinson2018-03-228-0/+1100