aboutsummaryrefslogtreecommitdiffstats
path: root/core/cubic_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* More clang-tidy fixesChris Robinson2023-12-091-2/+4
|
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-061-0/+13
Similar to how the bsinc filters work, but optimized for 4-point filtering. At least the SSE version is notably faster than calculating the coefficients in real time.