summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to fir generatorGlenn Kasten2015-03-021-3/+3
* Revert "Indent by 8 spaces to match existing code"Glenn Kasten2015-02-271-1/+1
* Remove spaces at end of line to match existing codeGlenn Kasten2015-02-271-3/+6
* Indent by 8 spaces to match existing codeGlenn Kasten2015-02-271-1/+1
* Command line display now includes name of programGlenn Kasten2015-02-271-1/+1
* Add -D option to generate extra declarationsGlenn Kasten2015-02-271-23/+29
* FIx typo in help for -f optionGlenn Kasten2015-02-271-1/+1
* Cleanup annoying whitespace that causes red markersGlenn Kasten2015-01-021-1/+1
* Fix build warnings in firGlenn Kasten2014-03-101-19/+19
* Fix for Change 396851Andy Hung2013-12-301-1/+1
* Audio resampler update to add S16 filtersAndy Hung2013-12-271-28/+56
* change how we store the FIR coefficientsMathias Agopian2012-11-051-20/+19
* fix another issue with generating FIR coefficientsMathias Agopian2012-10-301-2/+2
* fir a typo that caused up-sampling coefficiens to be wrongMathias Agopian2012-10-291-1/+1
* improve fir tool: cleanup, better default, bug fixesPixelflinger2012-10-261-51/+212
* Manually merge change #111620 from tc3 to mainline, to keep theDan Bornstein2012-10-172-3/+3
* Rename "Makefile" to "Android.mk" throughout the tree.Dave Bort2012-10-171-1/+1
* Rename "TARGET" to "MODULE" in the build system.Dave Bort2012-10-171-1/+1
* Tweak the SINC resampler parameters and double the performance. It's using ab...Mathias Agopian2012-10-171-3/+3
* A sinc resampler for Audioflinger. It's not enabled yet, but fully functional...Mathias Agopian2012-10-171-13/+29
* fix a few small typos in the FIR computationMathias Agopian2012-10-171-6/+2
* This is a tool to compute the the reconstruction filter coefficients for a si...Mathias Agopian2012-10-172-0/+126