| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Allow enabling SSE without SSE2
|
| | |
|
| |
| |
| |
| |
| | |
This should also have an adjustment for the shelf filter. Although it's not
clear what the appropriate adjustments should be.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Now each scale's filter and phase delta are interleaved for each phase index,
followed by the scale and scale+phase delta for each phase index. This ensures
no holes in the filter coefficients for the fast bsinc resampler for a given
run, while keeping the scale deltas in the same vicinity for the non-fast bsinc
resampler.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
This should improve the error from the all-pass on the partial input.
|
|
|
|
|
|
|
|
| |
Simplifies configuration and fixes a potential problem with inline functions.
Inline functions that fail to inline will have a callable body generated. If
such a body is generated with the SSE4 source, for example, it can generate
SSE4 instructions. Calls for that function in other sources can then end up
calling the SSE4-generated body outside of any CPU capability check.
|
| |
|
|
|