aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_sse.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement an SSE cubic resamplerChris Robinson2012-09-141-0/+86
|
* Implement an SSE linear resamplerChris Robinson2012-09-141-0/+47
|
* Minor cleanups for variable declarationsChris Robinson2012-09-111-6/+3
|
* Use a non-interleaved DryBufferChris Robinson2012-09-111-26/+15
|
* Do the filtering separately from the mixingChris Robinson2012-09-111-17/+5
|
* Update HRTF codeChris Robinson2012-09-111-23/+86
| | | | | | | | | | | This update allows for much more flexibility in the HRTF data. It also allows for HRTF table file names to include "%r" to represent the device's playback rate (e.g. if you set hrtf-%r.mhr, then it will try to use hrtf-44100.mhr or hrtf-48000.mhr depending if the device's output rate is 44100 or 48000, respectively). The makehrtf utility has also been updated to support more options and input file formats, as well as the new mhr format.
* Use the right method to clear a __m128 to 0Chris Robinson2012-09-091-2/+2
|
* Use SSE to do 4 samples at once (non-HRTF direct mix), instead of to apply a ↵Chris Robinson2012-09-091-22/+43
| | | | | | matrix row MaxCHannels no longer needs to be a multiple of 4 now, either.
* Implement MixDirect_SSE separately from the C and Neon versionsChris Robinson2012-09-091-0/+45
|
* Separate the resampling and mixing stepsChris Robinson2012-09-081-8/+0
|
* Minor cleanups for mixer_incChris Robinson2012-08-291-6/+6
|
* Add an SSE-enhanced path for applying the mixer matrixChris Robinson2012-08-291-0/+15
|
* Apply HRTF mixer coefficients with stepping using SSEChris Robinson2012-08-151-2/+32
|
* Make sure the working coefficients are aligned for the SSE mixerChris Robinson2012-08-151-5/+1
|
* Move mixers into separate source filesChris Robinson2012-08-151-0/+48