summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/test-resample.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-11-04 02:03:49 -0800
committerMathias Agopian <mathias@google.com>2012-11-05 01:03:43 -0800
commit46afbec3743f1d799f185273ff897d1f8e0175dd (patch)
treeed6dbf983c554f78ab107d3002f6201e51356961 /services/audioflinger/test-resample.cpp
parenta798c97386a842d06d290797ba5dce95d031332a (diff)
downloadframeworks_av-46afbec3743f1d799f185273ff897d1f8e0175dd.zip
frameworks_av-46afbec3743f1d799f185273ff897d1f8e0175dd.tar.gz
frameworks_av-46afbec3743f1d799f185273ff897d1f8e0175dd.tar.bz2
change how we store the FIR coefficients
The coefficient table is now transposed and shows much better its polyphase nature: we now have a FIR per line, each line corresponding to a phase. This doesn't change at all the results produced by the filter, but allows us to make slightly better use of the data cache and improves performance a bit (although not as much as I thought it would). The main benefit is that it is the first step before we can make much larger optimizations (like using NEON). Change-Id: Iebf7695825dcbd41f25861efcaefbaa3365ecb43
Diffstat (limited to 'services/audioflinger/test-resample.cpp')
0 files changed, 0 insertions, 0 deletions