aboutsummaryrefslogtreecommitdiffstats
path: root/core/cubic_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a span to hold the cubic table referenceChris Robinson2023-02-101-1/+2
|
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-061-0/+16
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.