index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alc
/
mixer
/
mixer_neon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid holding HRTF accumulation samples per-source
Chris Robinson
2019-11-03
1
-10
/
+5
*
Remove the Offset parameter from ApplyCoeffs
Chris Robinson
2019-10-02
1
-24
/
+26
*
Clean up some ALfloat -> float
Chris Robinson
2019-10-02
1
-10
/
+8
*
Repack the bsinc resamplers coefficients
Chris Robinson
2019-09-29
1
-4
/
+4
*
Implement a "fast" bsinc path
Chris Robinson
2019-09-26
1
-0
/
+44
*
Make the bsinc l and m coefficients unsigned
Chris Robinson
2019-09-17
1
-7
/
+4
*
Fix typo
Chris Robinson
2019-09-16
1
-3
/
+3
*
Clean up some more shadowing warnings
Chris Robinson
2019-09-16
1
-5
/
+7
*
Fix some more implicit conversions noted by GCC
Chris Robinson
2019-09-14
1
-6
/
+7
*
Pass IrSize to the HRTF mixers as unsigned
Chris Robinson
2019-09-13
1
-4
/
+4
*
Make the resampler increment unsigned
Chris Robinson
2019-09-13
1
-23
/
+19
*
Fix a few more C-style casts
Chris Robinson
2019-09-11
1
-3
/
+3
*
Only ASSUME values where a variable is used
Chris Robinson
2019-09-04
1
-1
/
+1
*
Store the voice fraction offset as unsigned
Chris Robinson
2019-08-31
1
-19
/
+17
*
Fix a variable declaration
Chris Robinson
2019-08-22
1
-3
/
+2
*
Avoid reading from pointers to __m128 values
Chris Robinson
2019-08-21
1
-24
/
+18
*
Fix NEON store call
Chris Robinson
2019-08-20
1
-1
/
+1
*
Use size_t for the mixers' fade counter and outpos
Chris Robinson
2019-08-20
1
-4
/
+4
*
Use size_t for HrtfMixer functions' buffer size
Chris Robinson
2019-08-20
1
-8
/
+6
*
Fix MixRow definition for NEON
Chris Robinson
2019-08-20
1
-2
/
+2
*
Pass a span to the Resample function
Chris Robinson
2019-08-20
1
-16
/
+15
*
Pass a span for the Mix function's input
Chris Robinson
2019-08-20
1
-29
/
+25
*
Rename the Mix function input for clarity
Chris Robinson
2019-08-20
1
-7
/
+7
*
Pass the MixRow buffer size as a span
Chris Robinson
2019-08-20
1
-14
/
+11
*
Allow using a variable channel stride for MixRowSamples
Chris Robinson
2019-08-19
1
-5
/
+6
*
Don't require MixRow's output to be a FloatBufferLine
Chris Robinson
2019-08-18
1
-1
/
+1
*
Modify LIKELY and UNLIKELY to not need extra parenthesis
Chris Robinson
2019-08-04
1
-3
/
+3
*
Don't templatize HrirArray
Chris Robinson
2019-07-31
1
-1
/
+1
*
Rename Alc to alc
Chris Robinson
2019-07-28
1
-0
/
+307