summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerSinc.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 7e5c6351: am 4513aa2c: Merge "AArch64: rewrite audioflinger\'s sinc resamp...Glenn Kasten2014-04-241-151/+165
|\
| * AArch64: rewrite audioflinger's sinc resample by intrinsics.Zhongwei Yao2014-04-101-151/+165
| * Fix build warningsGlenn Kasten2012-12-171-3/+3
| * fix a typo in SINC resampler that prevented tracks to be mixedMathias Agopian2012-11-191-2/+2
| * more optimizations...Mathias Agopian2012-11-101-13/+18
| * refactor code to improve neon codeMathias Agopian2012-11-101-33/+42
| * NEON optimized SINC resamplerMathias Agopian2012-11-081-10/+165
| * minor cleanupsMathias Agopian2012-11-081-41/+39
| * change how we store the FIR coefficientsMathias Agopian2012-11-051-38/+289
| * improve SINC resampler performanceMathias Agopian2012-11-051-39/+25
| * new coefficients for the vhq resamplerMathias Agopian2012-11-011-9/+9
| * fix SINC resampler on non ARM architecturesMathias Agopian2012-10-301-15/+5
| * fix another issue with generating FIR coefficientsMathias Agopian2012-10-301-18/+18
| * fir a typo that caused up-sampling coefficiens to be wrongMathias Agopian2012-10-291-17/+17
| * improve SINC resampler coefficientsMathias Agopian2012-10-261-22/+19
| * Fix a typo that caused the high quality resampler to produce garbageMathias Agopian2012-10-211-1/+1
| * Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-82/+95
| * audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-9/+87
* | Fix resampler to allow output of single frameAndy Hung2014-02-191-1/+1
* | Fix build warningsGlenn Kasten2012-12-171-3/+3
* | fix a typo in SINC resampler that prevented tracks to be mixedMathias Agopian2012-11-191-2/+2
* | more optimizations...Mathias Agopian2012-11-101-13/+18
* | refactor code to improve neon codeMathias Agopian2012-11-101-33/+42
* | NEON optimized SINC resamplerMathias Agopian2012-11-081-10/+165
* | minor cleanupsMathias Agopian2012-11-081-41/+39
* | change how we store the FIR coefficientsMathias Agopian2012-11-051-38/+289
* | improve SINC resampler performanceMathias Agopian2012-11-051-39/+25
* | new coefficients for the vhq resamplerMathias Agopian2012-11-011-9/+9
* | fix SINC resampler on non ARM architecturesMathias Agopian2012-10-301-15/+5
* | fix another issue with generating FIR coefficientsMathias Agopian2012-10-301-18/+18
* | fir a typo that caused up-sampling coefficiens to be wrongMathias Agopian2012-10-291-17/+17
* | improve SINC resampler coefficientsMathias Agopian2012-10-261-22/+19
* | Fix a typo that caused the high quality resampler to produce garbageMathias Agopian2012-10-211-1/+1
* | Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-041-82/+95
* | audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-261-9/+87
|/
* Whitespace and indentationGlenn Kasten2012-03-131-2/+2
* Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-161-2/+2
* Remove aliasingGlenn Kasten2012-02-091-12/+11
* By convention const goes before the type specifierGlenn Kasten2012-01-061-7/+7
* move native services under services/Mathias Agopian2010-07-141-0/+358