summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerFirProcess.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Improve resampler speed for floating point and arm64"Andy Hung2015-03-041-2/+38
|\
| * Improve resampler speed for floating point and arm64Andy Hung2015-03-031-2/+38
| | | | | | | | | | | | | | | | 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
* Line length 100Glenn Kasten2014-12-301-2/+4
| | | | Change-Id: I6c8fe626a3825fa9e139319656d682a57b887c97
* Fix build warningsGlenn Kasten2014-07-291-1/+1
| | | | Change-Id: Ife5e40264f43fb3ccb40830228701003fe106bf5
* Fix multichannel integer resampling and add testsAndy Hung2014-07-211-26/+10
| | | | Change-Id: I384bf8317d4f03616bf9f2b458a8700965d5cf56
* Add multichannel to audio resample processingAndy Hung2014-07-021-62/+146
| | | | | Change-Id: If6bfbf74000520713f9ba19488a475fc2eefc271 Signed-off-by: Andy Hung <hunga@google.com>
* Add floating point to audio resample processingAndy Hung2014-04-091-85/+162
| | | | | | | | | Add template type parameters for input, output data type. Minor change in non-NEON mono channel handling. Minor fixup on comments. Change-Id: I7dc9972d130913718b62f32c02d31f99c06682f2 Signed-off-by: Andy Hung <hunga@google.com>
* Audio resampler update to add S16 filtersAndy Hung2013-12-271-0/+256
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>