aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer
Commit message (Expand)AuthorAgeFilesLines
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-2/+2
* Always write samples to the destination when resamplingChris Robinson2023-02-116-63/+39
* Assume 'frac' is less than 1Chris Robinson2023-02-105-0/+15
* Rename some variables for consistencyChris Robinson2023-02-093-23/+24
* Properly mark the cubic coefficients and deltas as restrictChris Robinson2023-02-091-10/+9
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-064-22/+125
* Make a variable for a reused valueChris Robinson2023-01-171-0/+1
* clang-tidy cleanups (#800)Rosen Penev2023-01-151-11/+11
* Ensure the mixer helpers are properly inlinedChris Robinson2023-01-133-8/+9
* Combine some duplicate code to mix each channelChris Robinson2023-01-053-330/+186
* Add and use mixers that process one input and output channelChris Robinson2023-01-054-0/+191
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-2/+2
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-2/+2
* Increase sub-sample precision to 16 bitsChris Robinson2022-10-161-1/+1
* Rename lerp to avoid conflicts with C++20's std::lerpChris Robinson2022-04-064-4/+4
* Remove an unnecessary subtractionChris Robinson2022-04-012-2/+2
* Invert a check to put the first taken path firstChris Robinson2022-03-311-11/+11
* Make and use a processHfScale function with a separate outputChris Robinson2022-03-311-6/+7
* Remove the reversed all-pass trick in MixDirectHrtfBaseChris Robinson2022-03-302-42/+8
* Merge pull request #559 from tatokis/split-sse-sse2kcat2021-05-131-3/+2
|\
| * Allow enabling SSE without SSE2Tasos Sahanidis2021-04-301-3/+2
* | Decode UHJ buffers to B-Format for mixingChris Robinson2021-03-311-6/+1
* | Adjust the bsinc filter table packingChris Robinson2021-02-233-9/+9
* | Use shifts instead of shuffles with SSE where possibleChris Robinson2021-02-181-4/+4
* | Add some optimization hintsChris Robinson2021-02-163-18/+24
* | Use spans instead of references to arraysChris Robinson2021-02-066-14/+17
|/
* Return non-const from the resampler functionChris Robinson2021-01-026-37/+36
* Use more constexpr variables instead of macrosChris Robinson2020-12-255-30/+31
* Increase direct HRTF delay to 256Chris Robinson2020-12-251-1/+1
* Avoid compiling different sources for different targetsChris Robinson2020-12-134-0/+17
* Be more consistent with size_tChris Robinson2020-12-124-10/+10
* Move the mixer functions to coreChris Robinson2020-12-129-0/+1253