aboutsummaryrefslogtreecommitdiffstats
path: root/alc/bsinc_tables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use constexpr variables in place of some macrosChris Robinson2020-10-191-48/+41
|
* Avoid an extra function to generate BSincHeadersChris Robinson2020-10-181-30/+27
|
* Do in-place initialization for the bsinc filtersChris Robinson2020-10-181-91/+94
| | | | | Requires less dynamic allocations and less troublesome return values of large arrays. Also reduces repetition with specified parameters.
* Use standard sin and sqrtChris Robinson2020-09-121-57/+2
|
* Move the bsinc tables out of commonChris Robinson2020-05-111-0/+343