aboutsummaryrefslogtreecommitdiffstats
path: root/core/bsinc_tables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some implicit conversionsChris Robinson2023-12-171-4/+2
* More clang-tidy fixesChris Robinson2023-12-091-6/+7
* Handle systems that don't support std::cyl_bessel_iChris Robinson2023-11-181-2/+44
* Use the C++ standard's regular modified Bessel functionChris Robinson2023-11-081-33/+4
* Remove an unnecessary struct memberChris Robinson2023-11-041-5/+4
* Remove some old compatibility codeChris Robinson2023-05-121-28/+4
* Rename the bsinc table variablesChris Robinson2023-02-071-2/+2
* Get rid of MathDefsChris Robinson2022-01-271-4/+4
* Avoid making BSincPointsMax publicChris Robinson2021-03-011-12/+30
* Avoid cutting off the last bsinc filter coefficientChris Robinson2021-03-011-3/+3
* Avoiding cutting all bsinc resampler output at scale 0Chris Robinson2021-02-241-7/+6
* Use a more appropriate epsilon for Sinc()Chris Robinson2021-02-241-1/+2
* Avoid an unnecessary loop iterationChris Robinson2021-02-231-2/+3
* Adjust the bsinc filter table packingChris Robinson2021-02-231-32/+20
* Move the bsinc tables to coreChris Robinson2020-12-041-0/+288