aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a variable declarationChris Robinson2019-08-221-3/+2
* Avoid reading from pointers to __m128 valuesChris Robinson2019-08-212-40/+31
* Fix NEON store callChris Robinson2019-08-201-1/+1
* Use size_t for the mixers' fade counter and outposChris Robinson2019-08-205-20/+19
* Use size_t for HrtfMixer functions' buffer sizeChris Robinson2019-08-205-33/+31
* Fix MixRow definition for NEONChris Robinson2019-08-201-2/+2
* Pass a span to the Resample functionChris Robinson2019-08-206-55/+53
* Pass a span for the Mix function's inputChris Robinson2019-08-204-72/+62
* Rename the Mix function input for clarityChris Robinson2019-08-204-19/+21
* Pass the MixRow buffer size as a spanChris Robinson2019-08-204-38/+31
* Allow using a variable channel stride for MixRowSamplesChris Robinson2019-08-194-16/+19
* Don't require MixRow's output to be a FloatBufferLineChris Robinson2019-08-184-4/+4
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-042-6/+6
* Don't templatize HrirArrayChris Robinson2019-07-314-5/+5
* Fix a couple ASSUME statementsChris Robinson2019-07-312-2/+2
* Use enums for the resampler and mixer template tagsChris Robinson2019-07-311-29/+27
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-292-4/+1
* Rename Alc to alcChris Robinson2019-07-288-0/+1143