aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid holding HRTF accumulation samples per-sourceChris Robinson2019-11-031-10/+5
* Remove the Offset parameter from ApplyCoeffsChris Robinson2019-10-021-24/+26
* Clean up some ALfloat -> floatChris Robinson2019-10-021-10/+8
* Repack the bsinc resamplers coefficientsChris Robinson2019-09-291-4/+4
* Implement a "fast" bsinc pathChris Robinson2019-09-261-0/+44
* Make the bsinc l and m coefficients unsignedChris Robinson2019-09-171-7/+4
* Fix typoChris Robinson2019-09-161-3/+3
* Clean up some more shadowing warningsChris Robinson2019-09-161-5/+7
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-6/+7
* Pass IrSize to the HRTF mixers as unsignedChris Robinson2019-09-131-4/+4
* Make the resampler increment unsignedChris Robinson2019-09-131-23/+19
* Fix a few more C-style castsChris Robinson2019-09-111-3/+3
* Only ASSUME values where a variable is usedChris Robinson2019-09-041-1/+1
* Store the voice fraction offset as unsignedChris Robinson2019-08-311-19/+17
* Fix a variable declarationChris Robinson2019-08-221-3/+2
* Avoid reading from pointers to __m128 valuesChris Robinson2019-08-211-24/+18
* Fix NEON store callChris Robinson2019-08-201-1/+1
* Use size_t for the mixers' fade counter and outposChris Robinson2019-08-201-4/+4
* Use size_t for HrtfMixer functions' buffer sizeChris Robinson2019-08-201-8/+6
* Fix MixRow definition for NEONChris Robinson2019-08-201-2/+2
* Pass a span to the Resample functionChris Robinson2019-08-201-16/+15
* Pass a span for the Mix function's inputChris Robinson2019-08-201-29/+25
* Rename the Mix function input for clarityChris Robinson2019-08-201-7/+7
* Pass the MixRow buffer size as a spanChris Robinson2019-08-201-14/+11
* Allow using a variable channel stride for MixRowSamplesChris Robinson2019-08-191-5/+6
* Don't require MixRow's output to be a FloatBufferLineChris Robinson2019-08-181-1/+1
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-3/+3
* Don't templatize HrirArrayChris Robinson2019-07-311-1/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+307