aboutsummaryrefslogtreecommitdiffstats
path: root/utils/bsincgen.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure some macros have the correct sizeChris Robinson2017-08-281-1/+4
* Add a higher quality bsinc resampler using 24 sample pointsChris Robinson2017-08-271-4/+7
* Properly open the output file for writingChris Robinson2017-08-271-1/+1
* Use a common header for Unicode-awareness on WindowsChris Robinson2017-08-271-79/+1
* Allow specifying the output filename with bsincgenChris Robinson2017-08-261-31/+140
* Rename the bsinc resampler to bsinc12Chris Robinson2017-08-251-46/+48
* Parameterize the filter order and rejection in bsincgenChris Robinson2017-08-231-28/+29
* Parameterize the bsinc table nameChris Robinson2017-08-221-8/+9
* Properly postfix the filter order numberChris Robinson2017-08-211-2/+6
* Simplify bsincgen's Kaiser functionChris Robinson2017-08-181-8/+3
* Keep bsinc filter quality more consistent between scalesChris Robinson2017-08-171-7/+9
* Workaround Android not having log2Chris Robinson2017-08-171-0/+4
* Correct the bsinc filter orderChris Robinson2017-08-171-6/+7
* Make the sinc4 table staticChris Robinson2017-08-161-1/+1
* Make the bsinc table layout more efficientChris Robinson2017-08-161-99/+20
* Keep bsinc info together in a structChris Robinson2017-08-151-37/+61
* Pre-compute the sinc4 resampler coefficient tableChris Robinson2017-04-081-1/+39
* Add a tool to generate the bsinc tablesChris Robinson2015-11-101-0/+374