summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerFirProcessNeon.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Improve resampler speed for floating point and arm64"Andy Hung2015-03-041-1/+577
|\
| * Improve resampler speed for floating point and arm64Andy Hung2015-03-031-1/+577
| | | | | | | | | | | | | | | | Add floating point intrinsics for arm32 and arm64 devices. Add integer intrinsics for arm64 devices. Bug: 17366024 Change-Id: Id4240f549033deb262815c7145d69820e5fd7b92
* | Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
|/ | | | Change-Id: I163f9d3d216c283ae1160ce4802e5247cf44fba7
* Fix comments in resampler assemblyAndy Hung2015-02-091-40/+40
| | | | Change-Id: Iedbd14a2c6c73dd9631813bd2414bf11cee78c32
* Remove unused stride-by-8 resampling codeAndy Hung2015-02-091-511/+0
| | | | Change-Id: Id8b0343efd4c6fb9668524fb5fe231b05c7cf31f
* Audio resampler update to add S16 filtersAndy Hung2013-12-271-0/+1149
This does not affect the existing resamplers. New resampler accessed through additional quality settings: DYN_LOW_QUALITY = 5 DYN_MED_QUALITY = 6 DYN_HIGH_QUALITY = 7 Change-Id: Iebbd31871e808a4a6dee3f3abfd7e9dcf77c48e1 Signed-off-by: Andy Hung <hunga@google.com>