OSDN Git Service

Audio resampler update to add S16 filters
authorAndy Hung <hunga@google.com>
Mon, 9 Dec 2013 20:12:46 +0000 (12:12 -0800)
committerAndy Hung <hunga@google.com>
Fri, 27 Dec 2013 22:34:36 +0000 (14:34 -0800)
commit86eae0e5931103e040ac2cdd023ef5db252e09f6
tree2764bafecfc0157792f880daa4fb535e74286bfe
parente6144d7a558c74e508a5c103cdc462c3cd7cf508
Audio resampler update to add S16 filters

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>
services/audioflinger/Android.mk
services/audioflinger/AudioResampler.cpp
services/audioflinger/AudioResampler.h
services/audioflinger/AudioResamplerDyn.cpp [new file with mode: 0644]
services/audioflinger/AudioResamplerDyn.h [new file with mode: 0644]
services/audioflinger/AudioResamplerFirGen.h [new file with mode: 0644]
services/audioflinger/AudioResamplerFirOps.h [new file with mode: 0644]
services/audioflinger/AudioResamplerFirProcess.h [new file with mode: 0644]
services/audioflinger/AudioResamplerFirProcessNeon.h [new file with mode: 0644]
services/audioflinger/test-resample.cpp
tools/resampler_tools/fir.cpp