aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_sse41.c
Commit message (Expand)AuthorAgeFilesLines
* Move mixer sources into a sub-directoryChris Robinson2018-03-221-86/+0
* Replace the sinc4 resampler with cubicChris Robinson2018-01-071-69/+0
* Pass the filter entry to apply to resample_fir4Chris Robinson2017-08-181-1/+1
* Store the sinc4 table in the filter stateChris Robinson2017-08-161-7/+8
* Handle the source offset fraction as an ALsizeiChris Robinson2017-04-081-4/+4
* Pre-compute the sinc4 resampler coefficient tableChris Robinson2017-04-081-4/+4
* Remove the sinc8 resampler optionChris Robinson2017-02-191-77/+4
* Put BsincState in a generic unionChris Robinson2017-02-131-9/+9
* Use ALsizei and ALint for sizes and offsets with resamplers and filtersChris Robinson2017-01-161-15/+15
* Add some more 'restrict' keywordsChris Robinson2016-10-061-6/+9
* Fix placement of alignas - fixes Mac OS X buildrdb2016-05-031-6/+6
* Implement a band-limited sinc resamplerChris Robinson2015-11-051-3/+3
* Use the correct position in the SSE resamplers for left-over processingChris Robinson2015-10-251-5/+8
* Fix the SSE4.1 resamplersChris Robinson2015-10-241-20/+20
* Use the correct array indices for SSE register componentsChris Robinson2015-10-171-25/+25
* Replace the sinc6 resampler with sinc8, and make SSE versionsChris Robinson2015-10-111-0/+72
* Slightly improve the FIR4 SSE resamplersChris Robinson2015-10-111-4/+3
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-4/+4
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-271-6/+6
* Constify some variablesChris Robinson2014-12-161-12/+12
* Multiply samples with the cubic coeffs before transposingChris Robinson2014-12-151-6/+7
* Load samples with _mm_loadu_ps in the cubic SSE resamplersChris Robinson2014-12-151-4/+5
* Add SSE2 and SSE4.1 cubic resamplersChris Robinson2014-12-151-0/+66
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* Update a couple sources with the proper authorChris Robinson2014-06-061-1/+1
* Move InitiatePositionArrays to mixer_defs.hChris Robinson2014-06-061-23/+2
* Add SSE2 and SSE4.1 linear resamplersTimothy Arceri2014-06-061-0/+103