aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/mixer_neon.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace restrict with RESTRICTChris Robinson2018-10-291-8/+8
|
* Improve the gain stepping difference checkChris Robinson2018-09-221-3/+4
| | | | | Given the more stable stepping now in use, check that the total difference is enough for perceptible transition, instead of the step itself.
* Use ALsizei for the source resample positionChris Robinson2018-09-181-2/+1
|
* Handle the bsinc C resampler like the othersChris Robinson2018-09-171-1/+1
|
* Slightly restructure some loopsChris Robinson2018-09-031-19/+16
|
* Extract SIMD values right before using themChris Robinson2018-09-031-5/+7
|
* Simplify counting for the bsinc FIR loopChris Robinson2018-05-191-4/+8
|
* Simplify counting for SIMD MixRow functionsChris Robinson2018-05-151-9/+10
|
* Use a step counter for gain steppingChris Robinson2018-05-141-28/+38
| | | | | This should provide more stable stepping, preventing floating-point errors from accumulating on each step/sample.
* Add some more ASSUME statementsChris Robinson2018-04-211-0/+2
|
* Remove unnecessary undefsChris Robinson2018-04-191-1/+0
|
* Add some ASSUME statements that ensure mixing at least 1 sampleChris Robinson2018-04-181-0/+5
|
* Add an ASSUME macro that requires a true conditionChris Robinson2018-04-171-0/+2
|
* Rename mixer_inc.c to hrtf_inc.cChris Robinson2018-03-221-1/+1
|
* Move mixer sources into a sub-directoryChris Robinson2018-03-221-0/+261